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 want number mask that is not just from zero. For example, /[a-zA-Z](1|2)/ have to use @2 as mask. But that becomes allowing like a0, B0... and so on.
Is there any implement can do to have number restriction not always from zero?
The text was updated successfully, but these errors were encountered:
Hi there, I'm making a site that uses ngMask.
I want number mask that is not just from zero. For example,
/[a-zA-Z](1|2)/
have to use@2
as mask. But that becomes allowing likea0
,B0
... and so on.Is there any implement can do to have number restriction not always from zero?
The text was updated successfully, but these errors were encountered: