You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
V-Mask and Vue versions
2.30, 2.5
vuelidate: 0.7.7
Reproduction Link
https://codesandbox.io/s/v-mask-demo-forked-6cscv2
Steps to reproduce
v-mask
likev-mask="someFunction"
, for example on "phone" inputWhat is Expected?
When I type name, phone is untouched (
dirty
===false
in vuelidate model)What is actually happening?
When I type name, phone is changed and validations kick in. (
dirty
get updated totrue
in vuelidate model)The text was updated successfully, but these errors were encountered: