change: form now validate on blur or malform

This commit is contained in:
Methapon2001 2024-08-29 22:42:04 +07:00 committed by Methapon Metanipat
parent 466d50317e
commit b7921d4173
29 changed files with 4 additions and 179 deletions

View file

@ -831,7 +831,6 @@ const emptyCreateDialog = ref(false);
class="row q-px-md q-py-sm justify-between full-width surface-3 bordered-b"
>
<q-input
lazy-rules="ondemand"
for="input-search"
outlined
dense
@ -852,7 +851,6 @@ const emptyCreateDialog = ref(false);
style="white-space: nowrap"
>
<q-select
lazy-rules="ondemand"
id="select-status"
for="select-status"
v-model="currentStatus"
@ -872,7 +870,6 @@ const emptyCreateDialog = ref(false);
]"
></q-select>
<q-select
lazy-rules="ondemand"
id="select-field"
v-if="gridView === false"
for="select-field"