remove the lazy validation of the textbox question

This commit is contained in:
Bill Richardson 2023-07-18 13:35:22 -04:00
parent 32ce777e0f
commit 6b8cdc7942

View file

@ -15,7 +15,7 @@
]">
<input
class="form-control"
v-model.trim.lazy="value"
v-model.trim="value"
v-maska="mask"
:type="type"
:ref="inputId"