Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Input Mask plugin

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

**Description** The bug is related to hiding the mask on input when there is a focus outside the page (for example, on devtools). When there is a blur from input...

Main
Enhancement / Feature

- Describe the bug | - is cursor mark. Use $('input').inputmask({mask: 'a{+} XYZ 9'}); I. crash the input value 1. Type "abcd1" (result "abcd XYZ 1|") 2. Press left arrow...

Main
Regression

- Describe the bug When I paste the value to input, input element behaves like there is no value on input but value is in there. - OS: MacOS 10.14.6...

IOS/OSX
Regression

Dear team, I tried to insert a very simple format as such: d/mm/yyyy but the mask is incorrectly shown like this: d/m//yyyd As soon as I start typing, the date...

Dates

Hi @RobinHerbots TLDR; Input fields with an autocomplete attribute will be modified whenever autofill is used if an inputmask is applied. Expected behaviour is once a field with autocomplete contains...

Enhancement / Feature

- Describe the bug: On mobile devices, deleting characters in the field does not erase the country code (see animation) and blocks typing. I use Inputmask with a phone extension,...

Main
Enhancement / Feature

Hi, With inpumask "currency", caret position is frustrating when I click inside input when value is between 1 and 9 Sample: - input with value "0.xx", cursor is set at...

Numerics
Enhancement / Feature

Afte autocompliting field Vue property not changed. And if we change input (for example it class) then input cleared! But after pasting from clipboard - changed. https://jsfiddle.net/Dionis78/09cmLq74/9/ Autocomplete field and...

Enhancement / Feature

As known the standard email pattern(s) are; 1. [email protected] 2. [email protected] However, [email protected]. was also accepted, a trailing [dot]. Two trailing dots are actually accepted. The same entry isn't allows...

Main
Mask Extension
Enhancement / Feature

the defined inputmask is not working after clicking the refresh-button or pressing F5 in Firefox (v95). - site is called directly => working - form is submitted => working -...

Compatibility