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

Hello, i notice when i associate textbox to a mask with your library, when i type a dead character (dead character are actually character who need to be associate with...

Regression

- I need to add the suffix as % and Euro symbol dynamically based on the condition along with other numeric default features keeping as is for example i keep...

- Describe the bug Entering '30/03/2023 12:00:00' into an input with `datetime` mask. Then deleting year digit '3'. The state of the Inputmask instance is still 'complete'. - Add a...

Dates

- Describe the bug Using 5.0.8 version and I have the same problem as #2163 this issue. - Browser Chrome Version 101 - Inputmask version 5.0.8

Dates
Regression

So I have a currency inputmask defined like this: $(".value_price").inputmask('decimal', { 'alias': 'numeric', 'groupSeparator': ',', 'autoGroup': true, 'digits': 2, 'radixPoint': ",", 'digitsOptional': false, 'allowMinus': false, 'prefix': 'R$ ', 'placeholder': '00',...

Using a currency mask inside a shadow root causes the cursor to jump to the end of the input element. This behavior is not present inside light DOM. I've created...

Hi, I'm trying to create à mask with three options mask Option1 : HH:MM - HH:MM Option2 : HH:MM - HH:MM / HH:MM - HH:MM Option3 : x I've tried...

Question

This is my settings for the inputmask : ``` $('.rupiah').inputmask('currency', { allowMinus: true, prefix: 'Rp. ', radixPoint: ',', // comma groupSeparator: ".", // point }); ``` I have an input...

### Bug Description In jQuery, if you attached a focusout event to an input and within that event call to set the value with .val(value) on the element, a change...

- I don't think it's a but probably something I don't know how to implement. The following input field doesn't allow numbers start with 0, but it can be beat...