imaskjs
imaskjs copied to clipboard
vanilla javascript input mask
**Describe the bug** Masks created in Angular cannot be tested via the NativeInputElemet value property or input event either. A simple reactive form cannot be tested if it has a...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Hello! **Describe the bug** If you specify the maximum length value in the dynamic mask, and then try to enter another some character, an error will occur **To Reproduce** 1....
I am using angular-imask: 6.0.5 with angular 13 There is date input which changes when user enters value using imask, it used to work before with angular 9 version, after...
**Describe the bug** Can't key in week 202201, but it works for 202202, 202203... and 202253. **To Reproduce** [codepen](https://codesandbox.io/embed/vigilant-colden-xy3g55?fontsize=14&hidenavigation=1&theme=dark) **Expected behavior** Should able to key in week 01. FWIW, I...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** Angular IMask pipe rounds off the value after the decimal point if a number with 15 digits decimal part is typed **To Reproduce** Use the following code...
Even if you just use the example hook `useIMask` from the readme, where html `input` is used you got ts error at `ref`. There is a ts error at `ref`:...
## Describe the bug When using the [Vue Plugin](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/vue-imask) with Vue 3 composition (but also regular component AFAIK), hitting backspace once you have entered a date deletes the entire date....
**Describe the bug** Leading zero stops the input **To Reproduce** 1. Open [demo](https://imask.js.org/guide.html#masked-number) for Number mask 2. Type 0 3. Type any non zero other number **Expected behavior** Value becomes...