angular-input-masks icon indicating copy to clipboard operation
angular-input-masks copied to clipboard

Opinionated input masks for AngularJS

Results 85 angular-input-masks issues
Sort by recently updated
recently updated
newest added

Using the two directives together, when I focus on input and type the "-" sign before typing any number, it does not let me type any number. For both directives...

Hello ppl, the ng-negative-number work only if you input the '-' char... but if you paste a negative number or change the ng-model to a negative value, it won´t work......

bug
help wanted

It seems that there are no demo UI in [Demo page](https://assisrafael.github.io/angular-input-masks/). I also tried clone the repo and open `demo/index.html`, but the JS links were broken.

I tested it and the other masks seem to work, but the CPF one has something wrong with it. I'm using the 2.6.0 version, which is the latest I found...

I setted max="100" but I could type something greater than. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26905201-max-attribute-doesn-t-work?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).

question

The funcionality of this amazing project is just what I was hoping for... Any plans to deliver a version of this module to angular 2 ## --- Want to back...

question

This code `` is not updating my ng-model, record.preferredTime is not set. If i remove the directive ng-model starts again. Whats wrong? `` AngularJs 1.6.4 here.

Existe uma versão que rode com o Angular 6 ou superior?

Hi, I've noticed that a 7 digit US phone number mask is not implemented in the current repository, so I forked it and implemented it for my project. I would...