fix checkboxes

This commit is contained in:
Alex Turchyn
2023-07-22 20:00:28 +03:00
parent f94ef3afdc
commit a2cf8fc5b5
6 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
@blur="onNameBlur"
>{{ field.name || defaultName }}</span>
<div
v-if="isNameFocus"
v-if="isNameFocus && field.type !== 'checkbox'"
class="flex items-center ml-1.5"
>
<input