Questions tagged as 'mask'

1
answer

How to use Jquery.mask for CPF with input using []

I'm trying to use Jquery.mask to insert a mask to a field with CPF but it does not work when the field has the following format:    $ ("# CPFPeser []") The input looks like this: <input type="text" id="CPFPessoa[]" name="CPFPessoa[]"...
asked by 03.12.2018 / 18:03
1
answer

I wonder if it is possible to have a phone mask in a text view

I would like to know how to get a phone mask in a text view field. In my case I have a listView with contacts where on each line of this listView the contact name and the phone appear. I would like the phone to have the (##)####-####...
asked by 06.01.2016 / 13:46
4
answers

Mask in Rails fields

I'm getting a theoretically simple thing, I'm looking for a date mask on my application.js : //= require maskedinput jQuery(function($){ $("‪#‎datadoacao‬").mask("99/99/9999"); }); In my partial form: <%= f.text_field :data_doaca...
asked by 27.07.2016 / 05:32
1
answer

Problems with angular-input-masks?

I'm trying to use this module that is available in the github and I think this module is very complete, it provides the masks that I need, however its documentation is very confusing. The question is as follows, I cloned the gihub project a...
asked by 06.09.2017 / 21:33
4
answers

Input Mask

I'm having trouble creating a mask for registration input. Enrollments are made up of 4 or 5 digits, hyphen, 1 digit. (0000? -0). The mask should be applied as you type input . But I could not do it using Javascript pure....
asked by 07.12.2017 / 21:46
1
answer

How to put mask on table with angle?

How to put a monetary mask on a table? For the inputs I used the ui-money-mask directive, but I need to put it in a table cell. <td>{{item.valor}}</td>     
asked by 11.12.2015 / 13:57
1
answer

Create Phone Mask for EditText

I'm trying to create a masquerade for my phone field, I saw some forums and tried the code below, but it's putting another pattern ... I need to put it in the default br. EditText inputField = (EditText) FindViewById(Resource.Id.editMensagemTe...
asked by 24.05.2015 / 22:03
1
answer

Mask with jQuery or HTML

the mask I need is this: 0000000-00.0000.0.00.0000 As I type in the input is filled from right to left preserving the zeros on the right until it reaches the limit of characters in this string. Examples: 0000000-00.0000.0.00.0000...
asked by 28.04.2017 / 09:02
2
answers

remove mask to save to the database

I'm using MaskMoney to create a mask in the field for the user to type. wanted to remove the mask, saving only the numbers and the comma (2 decimal places) in the bank.    $ 1,300,000.00 Just saving    1300000.00 I'm using asp.net-...
asked by 13.11.2016 / 00:55
1
answer

How do I apply a currency mask in my listView? [duplicate]

I'd like to know how to implement my monetary mask on ListView of products. I ask that you be the most specific and detailed because I do not have much experience. Thank you. public class ProdutoAdapter extends BaseAdapter {...
asked by 18.01.2016 / 20:39