feat: only validate field on submit only
This commit is contained in:
parent
10e0d638f5
commit
c3ac90429e
26 changed files with 164 additions and 14 deletions
|
|
@ -784,6 +784,7 @@ watch(
|
|||
>
|
||||
<div class="row q-py-sm q-px-md justify-between full-width">
|
||||
<q-input
|
||||
lazy-rules="ondemand"
|
||||
for="input-search"
|
||||
outlined
|
||||
dense
|
||||
|
|
@ -804,6 +805,7 @@ watch(
|
|||
style="white-space: nowrap"
|
||||
>
|
||||
<q-select
|
||||
lazy-rules="ondemand"
|
||||
v-model="statusFilter"
|
||||
outlined
|
||||
dense
|
||||
|
|
@ -821,6 +823,7 @@ watch(
|
|||
></q-select>
|
||||
|
||||
<q-select
|
||||
lazy-rules="ondemand"
|
||||
v-if="!modeView"
|
||||
id="select-field"
|
||||
for="select-field"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue