-
Notifications
You must be signed in to change notification settings - Fork 105
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
Mask not working correctly #44
Comments
this occours when only fixedChars are at the end of the mask... the script is waiting for numbers and numbers are not allowed anymore... deadlock? solution: we can fill the textfield with the rest of fixedChars in mask... |
I don't know if this is the solution, but this patch will fix the issue. |
Tested here and it works fine. Here's a link to the minified version of it. |
so is this fixed or not? |
yes... I fixed the issued... waiting for merge... |
Sorry for the delay on answering this. |
Well, I have a Brazilian DDD field and I'm using this mask: "(99)"
Problem is, when I type 2 numbers, the last parenthesis never shows up and it doesn't tab out of the field. Any solutions por this?
fiddle: http://jsfiddle.net/3vHTV/2/
The text was updated successfully, but these errors were encountered: