input-mask Questions
7
Solved
I have the following setup. My mask will show up, but when I type in it it just skips to the end of the line I am not quite sure what I am doing wrong here. I have tried putting all the props in th...
Fearsome asked 16/5, 2020 at 15:29
7
Solved
I have a TextField for phone numbers in a short form. And then i want to mask this form field like (0)xxx xxx xx xx.
I'm trying to use react-input-mask plugin with Material-UI. But if i want to ch...
Theran asked 18/8, 2017 at 14:23
7
Solved
I have an EditText element with a number input type. I don't want users to be able to enter 0 as the first digit. Can I enforce this using XML?
Here is what I have currently:
<EditText
and...
Vidrine asked 5/7, 2013 at 13:26
4
Solved
How can I create mask for range from 0 to 100?
$(document).ready(function() {
$("#masked").inputmask(???);
});
Daily asked 30/10, 2014 at 9:52
2
Solved
I want to restrict p:inputMask to numbers only, and I tried the proposed solutions from:
How to restrict an input to numbers only with PrimeFaces inputMask element
But none of them worked. I tr...
Patiencepatient asked 12/12, 2014 at 4:59
3
I want a user's input to autofill the punctuation of a phone number in order to look like this (xxx) xxx-xxxx. This is my HTML code:
<div class="form-group">
<label class="control-labe...
Wallop asked 31/3, 2017 at 0:3
2
I have had a google and cant seem to find what I am looking for.
I need a React Datepicker that allows the use of an input mask and the input mask stays in place as you override it number by numbe...
Leboff asked 15/8, 2018 at 11:5
4
Solved
I'm using @[email protected], @ngneat/[email protected] (with Jest), [email protected] in a project and everything works on application when I run ng serve or even ng build, but it f...
Its asked 19/3, 2020 at 16:20
3
Solved
I'm using RobinHerbots inputmask , How can I make 2 decimal places like 22.30 or 2.15? like 'currency' set up on the inputmask but without commas (auto generated base on values length) and currency...
Landau asked 20/4, 2016 at 6:16
1
My Input looks like this: I just want to use input mask but not enforce the user to strictly fill the pattern in the mask.
<input type="text" class="Enter Zipcode" placeholder="Enter Zipcode" m...
Rollie asked 2/4, 2019 at 3:56
8
Solved
I realized a software application management invoicing after having tested my program I noticed the following error:
my table in sqlserver contains: price numeric (6,2)
the user of my program enter...
Garofalo asked 16/8, 2013 at 9:9
3
Solved
I have HTML input box for phone numbers.
I'm using InputMask to format input 860000000 in following 8 600 00 000 when typing.
$(window).load(function()
{
var phones = [{ "mask": "# ### ## ###"}...
Venomous asked 5/5, 2017 at 13:58
2
Solved
I'm using Robin Herbot's inputmask jquery plugin and I want to change the default currency symbol (by default, its a dollar currency symbol) to a PESO currency symbol or remove the currency symbol....
Meet asked 26/1, 2016 at 7:46
3
I have a view which requires that the user enter their birthdate into a textbox.
I am using the mask directive from UI-Utils.
My view has this input element in it:
<input ui-mask="99/99/9999"...
Schober asked 8/1, 2014 at 15:1
2
Solved
I need to have some masks in my input fields in my form.
I try to insert the jQuery.js and jQuery.MaskedInput.js as show in the code below:
<h:head>
<h:outputScript name="jquery-1.6.4...
Interpret asked 24/10, 2011 at 23:55
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
1
© 2022 - 2024 — McMap. All rights reserved.