-
Notifications
You must be signed in to change notification settings - Fork 301
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
Dynamic mask does not work as output pipe #773
Comments
I have the same issue |
Same problem, what I ended up doing was to check the length of the item and apply the proper mask.
Not ideal, but works for my case. |
I have the same issue |
Same in here!!! |
@cokita @dineikill @eestein @ekalin @mauricioat1902 Thanks for your using Ngx-Mask. Please update to latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given a mask
'(00) 0000-0000||(00) 00000-0000'
. It works fine in an input component, but when used as an output pipe for display, the last number is not displayed.You can see the problem at https://stackblitz.com/edit/angular-ivy-ptq7pg
The text was updated successfully, but these errors were encountered: