You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a solution to this. You can use the following configuration for the mask:
pattern='^[0-9]{5}(?:[0-9]{4})?$'
mask="00000-0000"
[validation]="false"
[showMaskTyped]="true"
Hi @NepipenkoIgor. I need add usa zip code too. And now when I add
<input formControlName="zipCode" mask="00000-0?0?0?0?" [showMaskTyped]="true" />
I see this
So, why doesn't work this mask?
And I have problem with placeholder. Now it is ____, I want for zip: XXXXX-YYYY
Can you help me?
Thank you)
Originally posted by @redka in #63 (comment)
The text was updated successfully, but these errors were encountered: