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

When u use space in groupSeparator & some spaces in suffix (prefix) then minus values don't work correctly example: **alias:"currency", suffix:" zł", groupSeparator:" "** - OS: WIn - Browser :...

Using bundling with MVC5, VS2022. The bundler has issues minifying jquery.inputmask.js It appears to be on the line with the replace function: ....match.fn.toString().replace(/[[\]/]/g, "") ![image](https://github.com/RobinHerbots/Inputmask/assets/26240504/f9b876dc-053a-4f36-976f-a06ee11aae98)

Hi, It may be included in this mask in the future data-inputmask="'alias': 'numeric', 'separatorgroup': '.', 'autogroup': true, 'digits': 2, 'digitsOptional': true, 'radixPoint': ',', 'allowPlus': true, 'allowMinus': true" What to allow...

I am creating a inputMask with config like this: ```javascript Inputmask({ alias: 'url', jitMasking: true, }).mask(document.querySelector('#test')) ``` and html like: ```html ``` then i got this: seems like the render...

Could we have an option to extend the `separator` option in `email` validation from one value to multiple so that the inputmask would look for any of the provided values?...

I'm not sure if this is a bug or if I am missing something. I have a simple mask with the following options. ```js picker.inputMask = new Inputmask({ alias: "datetime",...

Dates
Enhancement / Feature

Describe the bug If I set a mask with group separator to "." and decimal separator in "," When trying to remove the decimal digits and the decimal separator, the...

The snippet below gave me "Uncaught TypeError: $(...).inputmask is not a function" error. $(document).ready(function () { $("#phone").inputmask("(999) 999-9999 x99999"); }); When I change it as below, it works fine. $(document).ready(function...

### Bug Description I am trying to set the value of an input masked using the numeric extension of decimal type. If I manually type out "_99,999,999,999,999,999,999,999.00_" into the input,...

When I use the FN features on my keyboard within the input, it writes the commands of those features. For example, when I want to mute the sound, it writes...

Main
Regression