Merge branch 'develop'
This commit is contained in:
+1
-1
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user