imaskjs icon indicating copy to clipboard operation
imaskjs copied to clipboard

vanilla javascript input mask

Results 121 imaskjs issues
Sort by recently updated
recently updated
newest added

Given following: ```js { mask: '€ num', blocks: { num: { mask: Number, padFractionalZeros: true }, } ``` IE11 won't pad. You enter `45,`: - expected: `45,00` - actual: `45,`...

I just started using imaskJS to convert some of the masks from TextMask package that we were using earlier. I pulled the example from the demos provided to come up...

enhancement

Hi, When fixing the mask number to work only with integers (`scale: 0`), and the input has a value like: `"1.00"` being provided to, in the input is shown `100`...

enhancement

The masked field works fine the first time its being setup with a numeric value. However if later you try to change its value it gives an error: ``` ERROR...

enhancement

I want to use this currency mask with overwrite set to true, but then it overwrites the decimal, which I cannot have. I would like to enter the dollar amount,...

For now, I will probably try to implement this myself using a prepare function locally, but I think it would be awesome to support it within the library. I have...

enhancement

Hey, Help please =) When I use mask for custom phone field ('000 000 000'), on android phones, double space - delete last symbol. Thanks!

bug
wontfix

Hi, I have a field that captures SSN. Currently I use mask 000-00-0000 to capture it. There is a need to hide the first five characters as the user types...

enhancement

https://github.com/uNmAnNeR/imaskjs/blob/0b9690a6fc01164b95f3514e9df0a7a836aac1d7/packages/react-imask/src/hook.ts#L15 А почему тут перестал быть MutableRefObject моя конструкция reassign перестала работать ``` const refAssigner = (el: any) => { props.inputRef(el) ref.current = el } ```