ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
# 🚀 Question / feature request ### Description Context: the "separator/separator.2" mask. Current behavior: The user submits the initial value, e.g. "0.15". Later on, the User decides to change the...
# 🐞 bug report ### Description library is not working with angular 18 when using [(ngModel)] or [formControl]. * can't enter >4 digits * backspace removes multiple characters ## 🔬...
# 🐞 bug report ### Description valueChanges emitts when an incorrect value is set programmatically ## 🔬 Minimal Reproduction Check Stackblitz: https://stackblitz.com/edit/angular-ivy-mask-fsq2va?file=src%2Fapp%2Fapp.component.ts 1. Have an input with a form control...
Please update the library to support angular v18. Thank you for your work!
# 🐞 bug report ### Is this a regression? Not sure. ### Description If using a separator mask (e.g. `mask="separator.2"`) with decimal digits, and then deleting the decimal digits, the...
### Description I have found bug which occur when using separator mask with different decimal marker than dot. For example: When you enter to text input this number **1 234...
# 🐞 bug report ### Is this a regression? No ### Description Browser validation is not triggered when we have mask directive set on an input. I created an example...
# 🚀 feature request ### Description While making a new project, im trying to make things more "default" in the project and tried (without success) to create default patterns that...
I'm facing a problem with ngx-mask while using it on input form controls in Angular. 1.**On page load**, input text boxes with ngx-mask are immediately marked as touched and dirty,...