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

Opinionated input masks for AngularJS

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

Olá, tem alguma forma de colocar a máscara de telefone BR mas sem o DDD no início ? Minha aplicação usa o DDD em um campo separado. Abs ## ---...

enhancement
help wanted

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21082651-accept-negative-numbers-in-money-mask?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).

enhancement
help wanted

**O seguinte erro é exibido ao receber um REST cuja data está em milisegundos:** ``` Error: t.replace is not a function o@http://localhost:63343/my-app/app/lib/angular-input-masks/angular-input-masks-standalone.min.js:2:21975 yg

needs: more info

Quando é atribuído um valor do tipo "integer" ao model associado à diretiva temos um erro de "replace is not a function". Uma sugestão de correção seria testar o tipo...

enhancement
help wanted

Does it have a way to create a email mask? Didn't found anything on the docs about it. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29050261-email-mask?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)**...

enhancement
help wanted

I used angular-input-masks when it was 1.4 and only used the global and US masks by adding "angular-input-masks.us.js" into my script. With the new change in 2.0 I don't really...

question

When a ng-model is loaded with a floating value, I get the title of the message. For example: $scope.value = 345.00; To solve, I changed the following line: return moneyMask.apply(value.toFixed(decimals).replace(/[^\d]+/g,''));...

needs: more info

On pre-populated inputs, if scope has cnpj model equals a undefined, the scope is not being updated. ref.: ui-br-cnpj-mask // scope with data from MYSQL ``` console.log($scope.loja) ``` ``` Object...

bug

When trying to use cep as a number, validation does not work, because the validation is checking for `value.length`. We could add a `toString()` before checking `length`. ## --- Want...

help wanted
needs: work

Olá Pessoal, Seguinte por algum motivo sempre que vou digitar a data, a mascara não permite chegar no terceiro valor (Mês), automaticamente é zerado os inputs. Uma observação que eu...

needs: more info