Questions tagged as 'mask'

2
answers

Mascara for money on android

I'm creating a function for when the user types in a EditText , it returns me with a chew in the field, Example: Type 1 returns "$ 0.01" Type 11 returns "$ 0.11" and and so on I tried this way public static String addMask(...
asked by 22.02.2018 / 00:39
1
answer

JQuery HTML Currency Mask (non-input)

Hello. I'm behind a currency mask made in jquery, but applied directly to an html span tag, with a specific class. What else I have found in my searches are the input masks for forms, which is not the case. I ended up getting a bit confused, bec...
asked by 09.10.2018 / 04:30
2
answers

Currency mask with jquery [duplicate]

I need a tag for a field with value, I'm using jquery.maskinput works perfect but I have to type the whole value! What I'm looking for is a mask that fills in automatic "R $ $ var.000,00" For example, if I have a value of 500mil, with ma...
asked by 01.03.2017 / 00:45
1
answer

Mask using flask does not load

This is the header: <script src="{{ url_for('static', filename='jquery-2.1.4.min.js') }}"></script> <script src="{{ url_for('static', filename='main.js') }}"></script></script> This is the field code that I wan...
asked by 09.10.2018 / 17:55
0
answers

Ionic 3 Masks and CPF Validation

Good afternoon guys, I'm doing a PWA app with Ionic 3 and I need to insert some masks into forms and validate the user's CPF. I have tried several forms and libs, but I have not been successful in any. Could someone suggest me a library to mask...
asked by 13.06.2018 / 19:28
1
answer

How to add limit value along with jquery mask?

I'm using the mask plugin for this link: link I use the following jquery to do the mask: $('.decimal').mask('000,0', {reverse: true}); However I need the maximum value to be 100.0. I've tried putting $('.decimal').mask('100,0', {reve...
asked by 04.06.2018 / 02:19
0
answers

Can you make an input with mask and validation in React?

I'm using several different components and trying to integrate them. In this example I used react-input-mask and react-material-ui-form-validator, I'm using the inputs of the ui material. Does anyone know how to make these components work on a s...
asked by 12.04.2018 / 17:01
1
answer

How to add a JQuery library in Magento 1.9

I was needing to add a Jquery library in magento 1.9, to use in one of my phtml pages, to insert masks in my fields, such as cpf, cnpj and etc ... I've done a lot of research and I've noticed that the subject is very scarce, but very necessar...
asked by 11.11.2017 / 08:27
2
answers

Jquery Mask does not work inside another Jquery script

I've been breaking my head for months and nothing. I believe it to be relatively simple, but I give up that break my head. By being months of breaking my head, I am humble in asking for help, because I really give a solution to the case. I ha...
asked by 14.03.2017 / 01:47
1
answer

Change height and width commas with mascára

I have a code that calculates the amount of rolls required according to the width and height of the person's wall. Currently the code for the comma mask is this: $('.virgula').mask('####00,00', {reverse: true}); $("#altura").f...
asked by 29.10.2016 / 02:56