-
Notifications
You must be signed in to change notification settings - Fork 300
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
Changing mask programmatically marks the input as dirty #892
Comments
13 tasks
This is causing me some validation bugs. Thanks for the PR. Waiting for the merge |
NepipenkoIgor
pushed a commit
that referenced
this issue
May 19, 2021
@BGBRWR @williamxsp Hi. Thank you for using our package. Please try v12.0.0 |
BGBRWR
added a commit
to BGBRWR/ngx-mask
that referenced
this issue
Jun 4, 2021
BGBRWR
added a commit
to BGBRWR/ngx-mask
that referenced
this issue
Jul 28, 2021
NepipenkoIgor
pushed a commit
that referenced
this issue
Jul 30, 2021
manuelmeister
pushed a commit
to manuelmeister/ngx-mask
that referenced
this issue
Sep 21, 2021
* fix(JsDaddy#892): check if input is a string * fix(JsDaddy#882): remove mask before getting newInputValue * fix(form-reset): update actualValue on form reset * fix(css): no more absolute divs blocking showcase
manuelmeister
pushed a commit
to manuelmeister/ngx-mask
that referenced
this issue
Sep 22, 2021
* fix(JsDaddy#892): check if input is a string * fix(JsDaddy#882): remove mask before getting newInputValue * fix(form-reset): update actualValue on form reset * fix(css): no more absolute divs blocking showcase
manuelmeister
pushed a commit
to manuelmeister/ngx-mask
that referenced
this issue
Jan 3, 2022
* fix(JsDaddy#892): check if input is a string * fix(JsDaddy#882): remove mask before getting newInputValue * fix(form-reset): update actualValue on form reset * fix(css): no more absolute divs blocking showcase
manuelmeister
pushed a commit
to manuelmeister/ngx-mask
that referenced
this issue
Jan 3, 2022
* fix(JsDaddy#892): check if input is a string * fix(JsDaddy#882): remove mask before getting newInputValue * fix(form-reset): update actualValue on form reset * fix(css): no more absolute divs blocking showcase
manuelmeister
pushed a commit
to manuelmeister/ngx-mask
that referenced
this issue
Jan 3, 2022
* fix(JsDaddy#892): check if input is a string * fix(JsDaddy#882): remove mask before getting newInputValue * fix(form-reset): update actualValue on form reset * fix(css): no more absolute divs blocking showcase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 bug report
Is this a regression?
No
Description
When changing the value of
mask
, it marks the input as dirty. It shouldn't do that.🔬 Minimal Reproduction
https://stackblitz.com/edit/angular-bjofqt?file=src/app/app.component.ts
🌍 Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: