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
Greetings, I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask mask: "{+7} (000) 000 00 00" a problem arises - if you enter more characters than in the mask, then one more character is written to the value, or more precisely, the least entered character is written. (https://stackblitz.com/edit/nuxt-starter-qymjcz ?file=pages%2Findex.vue)Link on playback. Try to enter a lot of characters and you will see everything. If I made a mistake somewhere, let me know, I will be grateful
The text was updated successfully, but these errors were encountered:
Greetings, I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask
mask: "{+7} (000) 000 00 00"
a problem arises - if you enter more characters than in the mask, then one more character is written to the value, or more precisely, the least entered character is written. (https://stackblitz.com/edit/nuxt-starter-qymjcz ?file=pages%2Findex.vue)Link on playback. Try to enter a lot of characters and you will see everything. If I made a mistake somewhere, let me know, I will be gratefulThe text was updated successfully, but these errors were encountered: