maskedinput Questions
2
Solved
I am using Masked Input Plugin from digitalBush for jQuery, which is very simple to use.
For some cases, I want to pre-populate data for the client, so for something like this :
.mask("123999")
...
Lahr asked 6/7, 2012 at 1:40
4
Solved
I am creating an application using angular2.
I need to get a Date from user input using a calendar popover, but I need to put a mask on user input to stay in this format dd-mm-YYYY when he is typi...
Chrysalis asked 5/6, 2017 at 18:21
10
Solved
My CodePen: http://codepen.io/leongaban/pen/cyaAL
I have an input field for a phone number which allows up to 20 characters (for international numbers).
I'm also using the Masked input jQuery plu...
Upwards asked 31/7, 2013 at 20:14
1
How to do input masking something like this by appending doube zero by default to the end of price using js library imask.js or with plain javascript : 3.380.321,00 $
var currencyMask = IMask(
...
Braxy asked 14/8, 2020 at 6:6
4
I'm using DigitalBush's MaskedInput jquery plugin. I have a simple input box for a phone number:
$('#txt_PhoneNumber').mask('(999) 999-9999');
Sometimes the field is programmatically filled with...
Munro asked 18/12, 2013 at 17:6
15
Solved
I have a problem masking a phone input with jQuery and Masked Input Plugin.
There are 2 possible formats:
(XX)XXXX-XXXX
(XX)XXXXX-XXXX
Is there any way to mask it accepting both cases?
EDIT:...
Throe asked 24/7, 2012 at 15:2
7
Solved
I've got a form that's using both jQuery Validate and Masked Input for phone number and US zip code fields.
For example, for a US zip code, Masked Input allows only numbers to be entered, and force...
Tight asked 9/12, 2010 at 14:9
7
Solved
this question has already been asked but the solutions where not clear.
Im using Josh Bush's MaskedInput plugin for jQuery
What im trying to achieve is:
E.g: a phone input with the mask
$("#t...
Hadwyn asked 21/10, 2011 at 20:0
3
Solved
Good afternoon
On my there is
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="{{ asset('bundles/reflores...
Overabundance asked 19/10, 2015 at 20:25
3
Given a text box that is masked using the Masked Input plugin, and is marked as a required field by the Validation Plugin, consider the following:
If you put your focus in a text box that is maske...
Harter asked 28/4, 2012 at 18:44
4
Solved
In my web application I have an input field called "Budget" where users enter the proposed budget for a project. I need to create a masked input to automatically bring the entered amount to the fol...
Iphlgenia asked 9/9, 2011 at 9:3
5
Solved
I've seen this post - it shows one possible solution. But I would like to have a more elegant way of doing masked input.
It should also play nicely with knockout validation plugin (or maybe extend...
Florez asked 28/11, 2012 at 11:33
3
Hi I have used the masked input plugin click for my website to format the phone number which is entered by the user I am using the format as (123) 456-7890 its working fine with PC's but when I bro...
Petterson asked 11/11, 2013 at 17:5
2
Solved
I'm using the jQuery Masked Input plugin to set all input elements with a data-mask attribute defined to the attribute mask value:
Given this html:
<input type='text' id="a" data-mask='999?999...
Nog asked 26/2, 2015 at 16:8
2
Solved
Im using jquery masked input plugin and need to have a phone field with the following format:
1 (222) - 000 - 1114
my code looks like this:
$("#myPhone").mask("9 (999) - 999 - 9999");
now i c...
Kosak asked 12/3, 2013 at 20:3
7
Solved
I'm looking at the http://digitalbush.com/projects/masked-input-plugin/
I'm calling it like this:
$(control).mask('999-999-9999');
And I don't want it to throw away the users input if somethin...
Padron asked 20/3, 2012 at 21:20
1
Solved
I have an angular form which was using angular's built-in validation successfully. Take the following markup for example:
<form name="numberForm" novalidate>
<input type="text" required ...
Pugilism asked 5/6, 2014 at 18:47
1
Solved
I am trying to set up a donations page for people to give money to a non-profit and allow them to specify the uses of the money. I have it set up that it totals the amounts the giver puts in each f...
Tugboat asked 10/7, 2013 at 14:43
5
Solved
I want to accept values in any of the following format:
-$5
-$5.00
$5
$5.00
Is it possible to do that using Masked Input Plugin?
If not, what plug-in am I looking for?
How do I indicate a c...
Oza asked 14/6, 2009 at 3:59
1
© 2022 - 2025 — McMap. All rights reserved.