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

I wanted to create a mask with a required start of the string and tried this (used for local phone-numbers which always start with "06-"): `Inputmask({regex: "\\06-\\d{8}"}).mask(container.querySelectorAll("input[data-inputmask-phone]"));` This almost does...

I think there must be possibility to input decimals on second mouse click, disable focus on decimal separator on second click, it works so if I input some digit before...

https://github.com/RobinHerbots/Inputmask/blob/c807c50ae10e8d5190c5bf1270e7b33425bf70d9/dist/inputmask.js#L1693 It seems that there is a syntax issue with the JSON.parse When I install inputmast through nmp install I get the error ` JSON.parse: expected property name or '}'...

Unicode categories such as `\p{L}` or `\p{P}` cause `RangeError: Maximum call stack size exceeded` Tested on Chrome 103.0.5060.134 and Edge 103.0.1264.71

every time groupSeparator appears cursor position return back to previous value Here my [codepen](https://codepen.io/yuneath/pen/XWZxEzo) [email protected] [email protected] [email protected]

Numerics
Regression

Hello @RobinHerbots ! Could you help me remove the character "\_" when I choose country which support 8 or 9 numbers (for example: Ireland), please? If I enter 8 numbers...

I created an input of type text as following: < input type='text' data-inputmask-alias='datetime' data-inputmask-inputformat='dd/mm/yyyy' dir='rtl' /> then applied the inputmask but the input shows the following as the mask: "yy/y//m/dd"...

Dates
Main
Enhancement / Feature

- Describe the bug I implemented the suggested fix for issues with Chinese/Japanese keyboards (`inputEventOnly: true`) but now I'm having issues with being able to clear input fields. As you...

Hi there. I need a field where you can put an accountnumer or an iban. I need to switch the masks on user is typing. If the mask starts with...

- It seems not working if I input by iPhone numeric keyboard. - No problem on Android device for me. - Attached reproduction video on Demo site - OS: iOS...

Numerics
Main
Enhancement / Feature
IOS/OSX