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
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