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
|
|
@ -271,7 +271,6 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
|
||||
<div class="row items-center justify-end col-12 col-md q-py-sm no-wrap">
|
||||
<q-input
|
||||
lazy-rules="ondemand"
|
||||
outlined
|
||||
dense
|
||||
class="col-6"
|
||||
|
|
@ -286,7 +285,6 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
</q-input>
|
||||
|
||||
<q-select
|
||||
lazy-rules="ondemand"
|
||||
id="select-status"
|
||||
for="select-status"
|
||||
v-model="currentStatus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue