-
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
Phone mask backspace leaves opening parenthesis and considers the input valid #692
Comments
I have the same issue, any news on that ? |
@plaramee1 Hey, no I don't think I ever truly resolved it. I think I ended up using a different library/solution/workaround. It was only 21 days ago you'd think I'd remember :-) |
* fix: now backspace no leaves special characters [ref:#692] * fix: add tests [ref:#692] Co-authored-by: Igor Nepipenko <[email protected]>
@jasonhjohnson @plaramee1 Hi . Thank you for using ngx-mask. Please try version v11.1.3 |
The problem persists when using multiple masks. |
Hi,
I have the following:
When I type in a valid value and then backspace up to the opening parenthesis "(" it considers the input valid. The underlying form control value is empty but the input itself shows the opening parenthesis. Is this an issue or by design?
Thanks,
Jason
The text was updated successfully, but these errors were encountered: