Open c-kirkeby opened 5 years ago
Currently the mask only applies on blur when using with v-model.lazy. This makes sense, but it also severely limits the usage with async validation through libraries like vee-validate and vuelidate.
1.3.3, 2.5.2
https://codesandbox.io/s/qv7360k6ow
In my codesandbox link I've got two examples both using v-model.lazy:
any solution for this?
Currently the mask only applies on blur when using with v-model.lazy. This makes sense, but it also severely limits the usage with async validation through libraries like vee-validate and vuelidate.
V-Mask and Vue versions
1.3.3, 2.5.2
Reproduction Link
https://codesandbox.io/s/qv7360k6ow
Steps to reproduce
In my codesandbox link I've got two examples both using v-model.lazy:
What is Expected?
What is actually happening?