angular-ui / ui-mask

Mask on an input field so the user can only type pre-determined pattern
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html
MIT License
391 stars 257 forks source link

Phone number mask #224

Open swrocket opened 7 years ago

swrocket commented 7 years ago

I want to give users the ability to enter a phone number in one of two ways: 1-800-555-5555 or 555-555-5555 (where 5 could be any number) Id this possible? I can certainly do either one but can't figure out how to do both.

TIA

Andrew