imaskjs
imaskjs copied to clipboard
vanilla javascript input mask
Greetings, I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask `mask: "{+7} (000) 000 00 00"` a problem arises -...
**To Reproduce** Having mask like this: ```ts { mask: 'num', lazy: false, blocks: { num: { expose: true, mask: Number, radix: '.', thousandsSeparator: ',', scale: 4 }, }, } ```...
**Describe the bug** I want to make a mask for a date range. But when I delete the last character in the start date, it is replaced by a digit...
**Describe the bug** MaskedRange is in a hurry to correct the number and does not allow you to enter the desired one **To Reproduce** You can touch in your [doc](https://imask.js.org/guide.html#masked-dynamic)...
**Describe the bug** Logical bug in core library that prevents mask options from updating when new options are a partial of the existing options. Use case: Formatted input with show/hide...