Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect operation of the mask when characters overflow #1077

Open
MrFokus opened this issue Sep 18, 2024 · 1 comment
Open

Incorrect operation of the mask when characters overflow #1077

MrFokus opened this issue Sep 18, 2024 · 1 comment

Comments

@MrFokus
Copy link

MrFokus commented Sep 18, 2024

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

@subliminality
Copy link

Having the same issue utilizing the vue v-mask directive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants