-
-
Notifications
You must be signed in to change notification settings - Fork 132
Press And hold key overrides mask limit #16
Comments
I will check. Thanks for your feedback/response |
Please, provide some info about your system. At least, library version, vue version, browser and system |
Can't reproduce on my machine |
"v-mask": "^1.0.2", From testing I realized the problem is actually a bit different from my initial explanation. Chrome is returning one more character than expected in v-model. Inspecting further it starts to look like I shouldn't be using v-model at all but somehow hooking up to data-previous-value. So I would say this is probably not a bug, but I would suggest adding to the documentation an example of outputing the value.. I'll look more deeply into this in the next few days. |
A video of my issue. |
Aha! I got it. Displayed value and mask value is different. Thanks, @fimdomeio |
Please, check the |
for a mask that is something like v-mask="'##h##'" if I press the key 1 continuously the input will be 11h111.
Don't know if it matters but I have a fast repeating rate in my keyboard.
The text was updated successfully, but these errors were encountered: