Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Input Mask plugin

Results 196 Inputmask issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem when I use inputmask.option method to update the existing mask option, the input is displayed incorrectly value Please see: https://codepen.io/yuneath/pen/rNrQVzP?editors=1010

Main
Enhancement / Feature

I have configured mask on my own currency input component. I have one view where i need to use around 70-100 inputs in one page. I debugged all props from...

Is there a way to trees shake the usage of this module? I'm using ES6 vanilla JS approach so I don't have any jQuery dependency. Right now I've got three...

Main
Enhancement / Feature
Question
Packaging

Hello, I did not find and answer for my problem, so I try to ask here. The Mask works perfectly, the only point is, that user can submit the mask...

I'm using Inputmask to make only a part of a value editable, eg. "15-UTW-AC-SOW" where only "SOW" should be editable, and possibly not present. I'm using the following configuration: jQuery(':input[name="policy"]').inputmask({...

I am using 4.0.2 version of input mask.Deleting month or date is moving year to date position.Also deleting month is moving date to month position.My date format is mm/dd/yyyy

Dates

Hi, I have a strange behaviour with inputmask, in desktop navigation everything goes fine, but when I use it on Android mobile phones (samsung in my case) the cursor goes...

- If readonly is added to an input with a mask, then it's impossible to copy that content. - For example If you manually add readonly to the this plugin...

InputMask Version: 5.0.5 **Scenario:** So i have this requirement where i need to let the user type in their income (in german format), i.e. something like "50.000 €". This means...

- Describe the bug - Cursor jumps one position right and come back to start position on clicking inside the input field. when place hpolder is set to space(" ")...