ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Mask on an input field so the user can only type pre-determined pattern

Results 75 ui-mask issues
Sort by recently updated
recently updated
newest added

I am added `ui-number-mask` to my textbox. When I entering the number validation is working correctly the problem is the position of the cursor is last. When I need to...

Can be seen here: http://plnkr.co/edit/CDG941601WdHPMEdlEdG?p=preview Type a phone number (that does NOT contain any 5's). Shift+Tab to lose focus, then Tab to focus phone number text field. Cursor skips to...

Added condition to check $$phase on $rootScope.

if we edit already entered date from the month, for example, then everything already entered will be just moved out of the field. Can we prevent this behavior? For example:...

Would be nice to be able to set this in one place, rather than per instance.

I have 2 fields in my project requiring mask to have some prefix. Prefix is supposed to be shown inside the field (just as mask is) Another story is that...

You can replicate this on the demo. We have a note3 at our work that has Android 5.0.0 and chrome 39.0.2171.93. When pasting into the field with an input mask...

I decided to store an object that is common to some of my masked fields on a module. Module gets imported to the controller module and the object is assigned...

Does this module support angular 4? uiMask is not recognized when adding to app.module.

It would be cool if the mask could change based on the length of the input: input: 1 mask-length-1: 9 input:1234 mask-length-4:9,999 input:12345 mask-length-5:99,999 input:1234567 mask-length-7:9,999,999 or after looking at...

enhancement
help wanted