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.

How use mask in input field in JSF 2 + RichFaces 4?

I need to have some masks in my input fields in my form. I try to insert the jQuery.js …

jquery jsf jsf-2 richfaces input-mask
Currency mask with jQuery

I'm using the jQuery calculation and have just about everything working properly, but I need the total to display as 99.90, …

jquery currency input-mask
android: the first digit in the edit text can not be zero

I have an EditText element with a number input type. I don't want users to be able to enter 0 as …

android android-edittext input-mask
How to use JQuery InputMask with HTML pattern

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(…

javascript jquery html regex input-mask
Angular 2,4,5+ Input Mask with Validation

How to Validate and show validation message in Angular Template driven aproach?

angular validation input-mask
how to restrict only letters and numbers at p:inputMask

I want to restrict my <p:inputMask> with only letters and numbers without giving any size (max-legth) limit. …

jsf jsf-2 primefaces input-mask
Input mask for phone form field in rails view

I have a customer contact form in my app which, of course, requires a phone input. I am running Rails 3.2.13 …

ruby-on-rails gem zurb-foundation input-mask
How to implement input masking with ASP.NET MVC

I'm working on a form with ASP.NET MVC and am trying to figure out how best to implement input …

asp.net-mvc unobtrusive-validation input-mask jquery-inputmask
Add input mask to React DatePicker

I have had a google and cant seem to find what I am looking for. I need a React Datepicker …

reactjs datepicker input-mask