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
I am not 100% sure it's a bug, but it seemed strange enough to report.
npm i
npm run start
localhost:4200
input
someModelValue
span
""
The text was updated successfully, but these errors were encountered:
5.0.3 does this properly but gets the model wrong.
5.0.1 appears to do everything correctly:
https://stackblitz.com/edit/angular-10-herbots-jquery-inputmask?file=src%2Fapp%2Fapp.component.html
Sorry, something went wrong.
Ran into the same issue with angular on version 5.0.6 of inputmask, issue was still present.
Thanks @jamesnben version 5.0.1 does seem to work fine 👍
No branches or pull requests
I am not 100% sure it's a bug, but it seemed strange enough to report.
https://github.com/jvanheesch/inputmask-angular
npm i
npm run start
localhost:4200
input
field->
someModelValue
is updated, as demonstrated byspan
next toinput
input
value and cut-> expected:
someModelValue
to be""
-> actual:
someModelValue
is unchangedChrome/Firefox
5.0.5
The text was updated successfully, but these errors were encountered: