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 function does not work in a vuetify v-text-field component. Apparently it generates some conflict with v-model.
When the v-model value is updated outside the input.
V-mask function does not work in a vuetify v-text-field component. Apparently it generates some conflict with v-model.
When the v-model value is updated outside the input.
Versions:
"v-mask": "2.3.0"
"vue": "2.6.14"
"vuetify": "2.5.6"
What is Expected?
When the button is clicked the value should change to 10.
What is actually happening?
The value stays with the old value
I think this problem is similar to the issue: #500
The text was updated successfully, but these errors were encountered: