ngx-mask icon indicating copy to clipboard operation
ngx-mask copied to clipboard

Angular Plugin to make masks on form fields and html elements.

Results 228 ngx-mask issues
Sort by recently updated
recently updated
newest added

# 🚀 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...

enhancement
discuss

# 🐞 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
separator

# 🐞 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...

bug
P0

Please update the library to support angular v18. Thank you for your work!

enhancement
dependencies

# 🐞 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...

bug
separator

### 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
separator

# 🐞 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...

browsers

# 🚀 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...

enhancement
discuss

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,...

platform:ios