Merge pull request #368 from Safelite/feature/richardson/SSR-589

remove the lazy validation of the textbox question
This commit is contained in:
brich1212safe 2023-07-19 10:13:34 -04:00 committed by GitHub
commit 334f84d678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"