angular-input-masks
angular-input-masks copied to clipboard
Opinionated input masks for AngularJS
I'd like to make a mask to only accept 10 digits in a input, how could I do it? ## --- Want to back this issue? **[Post a bounty on...
Se eu mudar para input type="number", ele não formata. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29656347-so-funciona-com-input-type-text?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).
I'm trying to configure the plugin in my project, but is occurring the following error: Uncaught SyntaxError: Unexpected token < angular-input-masks.min.js:4 Uncaught SyntaxError: Unexpected token < angular.min.js:33 Uncaught Error: [$injector:modulerr]...
Check if the current $modelValue matches the desired mask, instead of forcefully removing all the non matching characters first. Example: if I have an input with `` and `user.data.cep` is...
I'm trying to 'npm install' this projects on windows, but i am getting this error: Thank you in advance. ``` > [email protected] prepublish C:\projects\angular-input-masks > gulp build [11:26:50] Using gulpfile...
Being a mask, storing the phone number as an integer is a possibility, currently if number is an integer the validation fails because it only checks the length property, asuming...
## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9218913-refactor-ui-br-phone-number-and-ui-us-phone-number-in-a-core-component?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).
To be more specific, suppose I had: ``` ``` and `test` was `0` when I first loaded the page, then the input will show blank. ## --- Want to back...
Primeiro, quero parabenizar pelo excelente trabalho, esses inputs salvaram um trabalhão para mim, quero também pedir que se possível, inserir uma segunda máscara no input de código de barras, para...
Hi there. I'm facing a problem with the money-mask. When the value and decimals are coming from a response from the server the money-mask formats the value wrong. Codepen: http://codepen.io/marcomafessolli/pen/akEEYR...