We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@candreoliveira, is any issue if I remove the line 33 at mask.js - output += value; ?
output += value;
I noticed that, removing this line, the $viewValue will not receive invalid chars anymore, which seems to be better and the validation still working.
The text was updated successfully, but these errors were encountered:
I like this behavior, don't you? It shows to user a feedback about the error inputted.
Sorry, something went wrong.
Now you can set this behavior or not. Use the mask-restrict="reject" attribute.
No branches or pull requests
@candreoliveira, is any issue if I remove the line 33 at mask.js -
output += value;
?I noticed that, removing this line, the $viewValue will not receive invalid chars anymore, which seems to be better and the validation still working.
The text was updated successfully, but these errors were encountered: