Most voted "input-mask" questions
12 questions
Sort by count of
-
1
votes1
answer698
viewsjQuery input Mask plugin with strange problem
I have been using this plugin for a long time: Robinherbots/Inputmask And this week I made a change in the way I use it, I started calling it that way: Caller for the input: var mainValidator =…
-
1
votes4
answers4237
viewsValidation for Phone type field
Personal someone would have some validation for telephone field type? Where the user cannot place dummy numbers in the field as number sequences (99999 8888 123456) or something like?…
-
1
votes0
answers453
viewsCoin mask, error without thousand, inputmask
I’m using the inputmask plugin. I have two cases, when I Seto 4.5 I expect the mask to appear 4.50 and when Seto 10000.5 I expect it to show me 10,000.50. But 4.5 shows me 40.50 , how do I show…
-
1
votes1
answer198
viewsHow to disable ZIP Mask to save only Typed numbers when performing a Post - Asp.net MVC
I’m using a Remark component that has a data-plugin="formatter" where it applies a CEP mask to field. The field has a size of 8 characters, but the mask has 9 because of the "-" (Ex: 29780-000).…
-
1
votes0
answers463
viewsAngular mask-input-masks in Angularjs
I’m trying to use the angular mask-input-masks in the Angularjs (Ionic v1) found in the link: https://assisrafael.github.io/angular-input-masks/ I follow all the steps in the documentation:…
-
1
votes1
answer364
viewsUsing jquery field mask in ASP.net Core MVC
I am working on a CRM project with C# Asp.net core with Mysql and I am already with bank ready and everything straight and I made the client registration form and I am in the validation part now. I…
-
0
votes1
answer592
viewsPossibilities input Mask with jquery lib
I’m using the input-maks to put a mask on the field but I’m having the difficulty of setting a value, for example in my mask I put 'data-mask'=>"00000,00" referente ao campo decimal(5,2); But if…
-
0
votes1
answer79
viewsHow do I use ui-number-Mask dynamically
I’m saving my valuables at a $Cope: $scope.quantidadeCasasDecimais = 4 And trying to use this value, but it doesn’t work: ui-number-mask="{{quantidadeCasasDecimais}}" Remembering that if I set the…
-
0
votes0
answers491
viewsError in the email field mask and validation
I am trying to implement a mask and validate the email field using the plugin inputmask unsuccessfully the mask does not appear and consequently does not validate, why ? That is the code:…
-
0
votes1
answer92
viewsjquery.inputmask.Bundle.js duplicating the pressed characters
I’m using inputmask for the mask of CEP 99999-999 and after the object is cloned, there is the duplicity of character pressed. It usually occurs when it arrives at the separator (-). Ex. If I type a…
-
-1
votes1
answer264
viewsHow to make a Mask input that has more than one mask possible?
I am making a form and using the React-input-Mask component. I am in the phone field part, and would like to accept either the '(99) 9999-9999' or '(99) 9 9999-9999' landline format, but after…
-
-1
votes1
answer128
viewsInput Mask in dynamic modal
I’m having "almost the same" problems. I have a dynamic modal listing, and the Mask input is only applied in the first loop of WHILE, the others don’t apply. someone can help me? This is the form…