ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
# 🐞 bug report ### Is this a regression No, I have seen no versions where this works as expected. We **_were_** on ngx-mask 13.something and upgraded to 16.4.2 to...
### Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '2342342'. Current value: '234234'. ``` {{input}} change fill() { this.thousand = ','; } ``` i am changing...
# 🐞 bug report ### Is this a regression? Yes, it works in ver. 16.2.8 ### Description Can't delete minutes with backspace using hour mask ## 🔬 Minimal Reproduction https://stackblitz.com/edit/stackblitz-starters-vj1vzc?file=src%2Fmain.ts...
# 🐞 bug report ### Is this a regression? Able to reproduce in `16.4.0` and `17.1.8` ### Description When typing a formatted number with a `decimalMarker`, the cursor unexpectedly jumps...
# 🐞 bug report ### Is this a regression? Actually, it's ok when you are using the version 17.0.8 but over than this its non functional. ### Description When you're...
### Description I am using version 17.0.4 of the ngx-mask library . I have been getting this error ( **ReferenceError: requestAnimationFrame is not defined at NgxMaskService2.applyMask** ) for a while,...
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...
# 🐞 bug report ### Is this a regression? probably ### Description When using date or time separator masks, the returned value contains only the numbers without the separator. Exemple:...
# 🐞 bug report ### Is this a regression? No ### Description Added a configuration for the entire application but it does not work, if I specify it at the...
# 🐞 bug report ### Is this a regression? No ### Description With decimal numbers that start at 0.0X and separator.10 or greater, it rounds the number and it shouldn't,...