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 found input mask works weird under ShadowDOM. I think Node.ownerDocument API returns only Document, not ShadowDOM's root Document. Therefore, I change from ownerDocument to [getRootNode()](https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode) API . This API...

The datetime alias with an inputFormat of mm/dd does not accept input with 'min' constrains - version 5.0.8. The following code reproduces the issue in the latest versions of Chrome...

Dates

- Error when null value from database use inputmask - Inputmask lasted version

Hello Robin, first of all, thank you for developing this insanely useful plugin. I know this is an odd request, but I need an editor with the hh:mm alias but...

Question

First of all, thank you for this excellent plugin. After upgrading to version 5.0.9, everything seems to work correctly, except a minor issue. When I type a minus sign into...

- Describe the bug ```js Inputmask("decimal", { min: 0.0, max: 3.0, digits: 2, radixPoint: ",", positionCaretOnClick: "select", enforceDigitsOnBlur: true, allowMinus: false }).mask(element); ``` If I type `3,00` and then try...

- Describe the bug ![Screenshot from 2023-10-14 12-24-59](https://github.com/RobinHerbots/Inputmask/assets/93237139/33945c53-6db8-4a4a-84e9-7a26528f91be) - OS: Linux fedora 6.5.6-200.fc38.x86_64 - Chrome Version 117.0.5938.149 (Official Build) unknown (64-bit)

- Describe the bug - ![chrome_rZb4AQ5QcD](https://github.com/RobinHerbots/Inputmask/assets/30565249/f7d97cfb-5e2c-4369-bf09-fe860ac93246) - Add a link to a codepen, jsfiddle or other example page which shows the problem - OS: window - Browser: chrome - Inputmask...

I'm using 5.0.3 for typescript i'm using typescript in an vue3 project when I try ``` import Inputmask from "inputmask"; Inputmask.escapeRegex(opts.groupSeparator) ``` I get ``` Property 'escapeRegex' does not exist...

- Describe the bug Pressing the return or enter key in a textarea with regex types the word 'Enter' - Add a link to a codepen, jsfiddle or other example...

Main
Regression