Top "Input-mask" questions

A string expression, defined by a developer, that governs what a user is allowed to enter in as input in a text box.

Input mask for numeric and decimal

I realized a software application management invoicing after having tested my program I noticed the following error: my table in …

javascript jquery html regex input-mask
How Can I Mask My Material-UI TextField?

I have a TextField for phone numbers in a short form. And then i want to mask this form field …

reactjs material-ui input-mask
2 decimal places inputmask

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 …

javascript jquery input-mask jquery-inputmask
Range 0-100 using jQuery inputmask plugin

How can I create mask for range from 0 to 100? $(document).ready(function() { $("#masked").inputmask(???); });

javascript jquery html input-mask jquery-inputmask
How do I get masked date in model from input in angular using ui-mask?

I have a view which requires that the user enter their birthdate into a textbox. I am using the mask …

angularjs mask input-mask
How to restrict Primefaces inputMask to numbers only?

I want to restrict p:inputMask to numbers only, and I tried the proposed solutions from: How to restrict an …

jsf-2 primefaces input-mask
jQuery Input Mask Not Working

I am trying to set up a donations page for people to give money to a non-profit and allow them …

javascript jquery maskedinput input-mask
Change the currency symbol or remove it in the inputmask currency

I'm using Robin Herbot's inputmask jquery plugin and I want to change the default currency symbol (by default, its a …

javascript jquery input-mask jquery-inputmask
jQuery input mask for phone number

I want a user's input to autofill the punctuation of a phone number in order to look like this (xxx) …

jquery autocomplete autofill jquery-inputmask input-mask
How to do an input mask for HTML5 telephone input and regex pattern

I would like to have a telephone input that automatically inserts two dashes into the phone number, and as the …

jquery html phone-number input-mask