change: form now validate on blur or malform
This commit is contained in:
parent
466d50317e
commit
b7921d4173
29 changed files with 4 additions and 179 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue