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
Documentation:
var mask = new InputMask({pattern: '1111 1111', value: '98781'}) mask.getValue() // → '9878 1___' mask.getRawValue() // → '98781'
Reality:
var mask = new InputMask({pattern: '1111 1111', value: '98781'}) mask.getValue() // → '9878 1___' mask.getRawValue() // → '98781___'
The text was updated successfully, but these errors were encountered:
Fixed insin#27
5eba0a7
Hi, I noticed this is still an issue. Any update ? My version "^2.2.0"
regards
Sorry, something went wrong.
No branches or pull requests
Documentation:
Reality:
The text was updated successfully, but these errors were encountered: