Merge pull request #368 from Safelite/feature/richardson/SSR-589
remove the lazy validation of the textbox question
This commit is contained in:
commit
334f84d678
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
]">
|
||||
<input
|
||||
class="form-control"
|
||||
v-model.trim.lazy="value"
|
||||
v-model.trim="value"
|
||||
v-maska="mask"
|
||||
:type="type"
|
||||
:ref="inputId"
|
||||
|
|
|
|||
Loading…
Reference in a new issue