ngMask icon indicating copy to clipboard operation
ngMask copied to clipboard

Best Angular mask alternative! No jQuery, pure JS. About ~6kb!

Results 100 ngMask issues
Sort by recently updated
recently updated
newest added

NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the...

If you use `mask="D?" repeat="60" restrict="reject"` and type fast some numbers the browser crashes. http://plnkr.co/edit/E1vIRVo8fVbRwfas8d2S?p=preview #102

Hello, I am trying to acheive a mask for week/year: ww/yy Week max 52 and year over 2 digits. I tried mask="99/99". But it allows higher number than 52 for...

Does it have a way to create a money mask? Or to 'reverse fill' the input? I tried to use this mask: `mask="9.99?9,99"` but it doesn't work because it fills...

Hi, It's not working when I'm doing this as a mask for the validation of input dd/mm/yyyy: `` I want days to be max 31, months to be max 12,...

When using the restrict="reject" parameter a validation bug is generated with inputs that start with masks. ex: ```html myForm.phone2.$valid = true ```

Hey there, Firstly, thanks for this plugin! I was trying to do a regex where I can allow a mask (for the same input) to take AMEX and non-AMEX cards....

Hi @candreoliveira, Is it possible to add multiple mask pattern on one input? in my case i have a different type of user's username for example Username : implementer Username...

Is there a way to exclude processing of some tags like svg? In my case I want to disable the info messages in console. Maybe specify some attribute on enclosing...

Hi, thanks for creating this plugin it has been immensely useful in my application. During usage missed on the ng-model required attribute and didn't notice the info log in console....