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
|
|
@ -1764,6 +1764,7 @@ watch(isMainPage, () => {
|
|||
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
|
||||
|
|
@ -1784,6 +1785,7 @@ watch(isMainPage, () => {
|
|||
style="white-space: nowrap"
|
||||
>
|
||||
<q-select
|
||||
lazy-rules="ondemand"
|
||||
id="select-status"
|
||||
for="select-status"
|
||||
v-model="currentStatus"
|
||||
|
|
@ -1802,6 +1804,7 @@ watch(isMainPage, () => {
|
|||
]"
|
||||
></q-select>
|
||||
<q-select
|
||||
lazy-rules="ondemand"
|
||||
id="select-field"
|
||||
v-if="modeView === false"
|
||||
for="select-field"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue