Inputmask
Inputmask copied to clipboard
Input Mask plugin
**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...
- 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...
- 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...
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...
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...
- 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,...
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...
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...
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...
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 -...