Questions tagged as 'input-mask'

1
answer

How to disable the Zip Mask to save only the Digits numbers when doing a Post - Asp.net MVC

I'm using a Remark component that has a data-plugin="formatter" in which to apply a zip mask in field . The field has size of 8 characters, but with the mask it gets 9 because of "-" (Ex: 29780-000). When saving the re...
asked by 12.12.2018 / 23:58
4
answers

Validation for Phone type field

Would anyone have any validation for phone type field? Where the user can not put fictitious numbers in the field as sequences of number (99999 8888 123456) or something of the type?     
asked by 12.03.2018 / 14:58
1
answer

jQuery plugin input mask with strange problem

I've been using this plugin for quite some time: RobinHerbots / Inputmask And this week I made a change in the way I use it, I started calling it like this: The Caller for input: var mainValidator = function () { var fieldValid...
asked by 31.07.2017 / 21:16
0
answers

Angular mask-input-masks in AngularJs

I'm trying to use the angle-mask-input-masks in AngularJs (ionic v1) found in the link: link I follow all the steps in the documentation: link But the following problems happen when I try to import the script into my index.html:...
asked by 07.12.2018 / 12:48
0
answers

Currency mask, error without thousands, inputmask

I'm using the inputmask plugin. I have two cases, when I hedge 4.5 I expect the mascara to appear 4.50 and when I get 10000.5 I expect it to show me 10,000,000. But 4.5 shows me 40.50, how do I show 4.50? Already the case of 10000.5 works cor...
asked by 30.08.2018 / 06:15
1
answer

Possibilities input mask with lib jquery

I am using input-maks to put a mask in the field but I am having difficulty setting a value, for example in my mask I put 'data-mask'=>"00000,00" referente ao campo decimal(5,2); But if I want to put cents like 50 , I need...
asked by 01.02.2017 / 01:59
1
answer

How do I use ui-number-mask dynamically

I'm saving my value in a $ scope: $scope.quantidadeCasasDecimais = 4 And trying to use this value, but it does not work: ui-number-mask="{{quantidadeCasasDecimais}}" Remembering that if I set the parameter statically it works: ui-num...
asked by 11.12.2018 / 21:03
0
answers

Error in the mask and validation of the email field

I'm trying to implement a masquerade and validate the email field using the inputmask plugin without success to mask it does not appear and consequently does not validate , because ? Here is the code: <asp:Content ID="Content1" Co...
asked by 06.12.2018 / 14:31