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
|
|
@ -112,7 +112,6 @@ watch(
|
|||
id="select-br-id"
|
||||
option-label="label"
|
||||
option-value="value"
|
||||
lazy-rules="ondemand"
|
||||
:dense="dense"
|
||||
:readonly="readonly"
|
||||
:options="codeOptions"
|
||||
|
|
@ -142,7 +141,6 @@ watch(
|
|||
class="col-md-3 col-6"
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
lazy-rules="ondemand"
|
||||
id="input-source-nationality"
|
||||
v-model="registeredBranchId"
|
||||
:dense="dense"
|
||||
|
|
@ -177,7 +175,6 @@ watch(
|
|||
</q-select>
|
||||
|
||||
<q-input
|
||||
lazy-rules="ondemand"
|
||||
for="input-name"
|
||||
:dense="dense"
|
||||
outlined
|
||||
|
|
@ -190,7 +187,6 @@ watch(
|
|||
:rules="[(val: string) => !!val || $t('form.error.required')]"
|
||||
/>
|
||||
<q-input
|
||||
lazy-rules="ondemand"
|
||||
for="input-process"
|
||||
:dense="dense"
|
||||
outlined
|
||||
|
|
@ -212,7 +208,7 @@ watch(
|
|||
</template>
|
||||
</q-input>
|
||||
<!-- <q-input
|
||||
lazy-rules="ondemand"
|
||||
|
||||
for="input-detail"
|
||||
:dense="dense"
|
||||
outlined
|
||||
|
|
@ -290,7 +286,6 @@ watch(
|
|||
</q-field>
|
||||
</div>
|
||||
<q-input
|
||||
lazy-rules="ondemand"
|
||||
for="input-remark"
|
||||
:dense="dense"
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue