-
If I click a INPUT for pick a date, then type some words in the input, then click another input, you will see that date repeated.
Can I constrain people cannot typing word in the INPUT?
![aa7ecfe6-c8…
-
- I have used it in angular application using webpack method.
With `clearIncomplete` when mask is incomplete input gets clear but value in form stays like `12:4M` with `HH:MM` mask.
- Here is [sta…
-
It happens that my ajax form has a file upload input, and therefore I have to submit it with an `FormData` instead of a simple `.serialize()`. Then I found the `autoUnmask` on my jquery.inputmask no l…
-
When we use `setValue`, shouldn't it consider the mask, including the provided digits configuration?
The way it works right now, considering I'm using `enforceDigitsOnBlur` set to true, if we use `…
-
If a page has an input element with prepopulated values, setting the inputmask on it with change the value to the masked value.
-
- 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(" ")
- Add a link to a codepen, jsfiddle o…
-
Uncaught Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. (\d{2,}:\d{2}|\d{2,}:\d{2}:\d{2})
I also …
-
The inputmask in Google Chrome in Galaxy S7 with Android N is not working properly.
When the 1st character is typed, the character is placed but the caret is moved to front. For 2nd character fine…
-
I want set the dynamic mask by country, its possible something like this?
``` js
var countryCode = 32
$(".phone").inputmask("phone", {
countrycode: countryCode
});
```
-
I see that there is `backspace` method in the package. And what about `delete` method (which should clear current selection)?