fix: fix error supporting half points
This commit is contained in:
parent
3b5c909ae6
commit
6a738b87ba
2 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
<input
|
||||
class="input input-bordered"
|
||||
type="number"
|
||||
step="0.5"
|
||||
bind:value={hvPunkte}
|
||||
placeholder="HV-Punkte"
|
||||
required
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
<input
|
||||
class="input input-bordered"
|
||||
type="number"
|
||||
step="0.5"
|
||||
bind:value={lvPunkte}
|
||||
placeholder="LV-Punkte"
|
||||
required
|
||||
|
|
@ -42,4 +44,3 @@
|
|||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
id="hvMax"
|
||||
class="input input-bordered"
|
||||
type="number"
|
||||
step="0.5"
|
||||
bind:value={hvMax}
|
||||
required
|
||||
/>
|
||||
|
|
@ -34,6 +35,7 @@
|
|||
id="lvMax"
|
||||
class="input input-bordered"
|
||||
type="number"
|
||||
step="0.5"
|
||||
bind:value={lvMax}
|
||||
required
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue