Questions tagged as 'mask'

1
answer

Hide a javascript mask

Does anyone know how to hide the mask's (javascript) for example in my site is: Name: _ _ _ _ _ _ _ _ _ _ _ _ and I wanted to hide the "_". <script src="ajax.googleapis.com/ajax/libs/jquery/1.12.0/…; <script src="cdnjs.cloudflare.c...
asked by 04.04.2016 / 16:18
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
1
answer

Limit an EditText from 1 to 100 and include the symbol "%"

I am making an application that takes the data entered in a EditText and does a certain calculation. The problem is that I need the field to go from 1 to 100%, but the mask I'm using is too simple for this, so it only makes the limitat...
asked by 27.07.2018 / 00:26
2
answers

I need a mask that always places the negative sign in front of the value typed [closed]

I need it to look like this: -20.00     
asked by 16.04.2018 / 22:06
1
answer

Masks in AngularJS

I'd like to know how to use angular-input-masks . I did all the steps said in it, but I could not make it work. I'm using AngularJS, here is my index page. <!DOCTYPE html> <html lang="en"> <head> <meta charset=...
asked by 09.04.2018 / 08:33
1
answer

How does ER get masquerading an alphanumeric code?

I need to mask a 13-character alphanumeric code field while the user types, separated by a hyphen, such as: 0DF7M3-R34X21 I'm using a function to apply the mask, so it would be applied as follows: function mask_code(valor) { valor = val...
asked by 08.05.2017 / 17:47
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
2
answers

Replace the value of an input and keep the previous value

I need a input[type="text"] , in which the user type anything ("abc", for example), but in the visual appear other symbols, but keeping the previous value when I get it by JavaScript or sent in form in input[type="password"] )...
asked by 23.11.2016 / 19:35
0
answers

How to configure uI-mask clearOnBlur inline?

Is there any way to configure Inline mode clearOnBlur of ui-mask ? According to the documentation, one of the ways to set ui-mask is Config Provider > (or something like this), as in the example below: app.config(['uiMask.ConfigP...
asked by 11.07.2016 / 16:43
1
answer

Ajax table mask

I have a autoComplete that I developed, where when typing some value, the system returns a table with the data of that autoComplete . This table is being returned via Ajax . However, I would like to add a mask in a field. T...
asked by 21.05.2015 / 15:14