make phone field always required

This commit is contained in:
Pete Matsyburka
2023-11-11 23:59:26 +02:00
parent 6626a2b602
commit 500d0da563
2 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
@blur="onNameBlur"
>{{ field.name || defaultName }}</span>
<div
v-if="isNameFocus && field.type !== 'checkbox'"
v-if="isNameFocus && !['checkbox', 'phone'].includes(field.type)"
class="flex items-center ml-1.5"
>
<input