Fix: Add missing typecast to height field

This commit is contained in:
Björn Fromme
2023-02-15 16:28:02 +01:00
parent a1f63b1e43
commit c385e397c6
@@ -8,7 +8,7 @@
</button>
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs space-y-2" v-show="visible">
<input class="form-input w-full" type="text" placeholder="Körpergröße (120-220cm)"
v-model="participant.data.height" :disabled="!mutable"
v-model.number="participant.data.height" :disabled="!mutable"
@change="validate(participant.data.height, 120, 220, 'Körpergröße')"
>
<input class="form-input w-full" type="text" placeholder="Schuhgröße (36-50)"