-
Right now the input mask for currency shows "$0.00" on an empty input, is there a way to change this so that it only shows "$0" and not the ".00" on the end for the currency alias?
-
I'm trying to mask a 7 or 10 digit phone number with an optional extension.
Goal:
input --> result
1234567 --> 123-4567
1234567890 --> (123) 456-7890
12345678901234 --> (123) 456-7890 x1234…
-
When the user inputs data, any character position can be left blank, with a placeholder in place.
Eg.: With a mask `**-**`, the user may skip the first characters and leave the input as `__-AA`.
W…
-
Hi.
**First of all, congratulations for this excelent plugin**.
Using inputmask with jquery validator, when I clear the content of field ( text box) with backspace, it's give an error _**"Error: Una…
-
Hello
I'm using the version 3.x of InputMask, and a have a problem when using prefix config that contains the same value of radixPoint config. Probably this error also happens for the groupSeparation…
-
Version 4.0.6
JS-Code (...simplyfied!!!)
$(".input").inputmask({
alias: "currency"
,prefix: ""
,groupSeparator: "."
,radixPoint: ","
,placeholde…
-
Using the plugin on an ASP.NET Webforms project to check phone numbers and dates.
Plugin works well on Chrome and Edge
However, Explorer 11 troughs an exception:
**Unhandled exception at line 167, c…
-
Is it possible to attach a mask to the input field? For example, it would be helpful to automatically insert a '/' or '-' after each segment of the date (day, month and/or year). In this way, user onl…
-
Hello,
While using input mask with regex i am getting following error:
"uncaught exception: Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github …
-
**Describe the bug**
For the datetime alias, the single-digit hours with no leading zero don't work. It happens for both 12 hours (symbol h) and 24 hours date (symbol H).
2 digits date cannot be…