ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
# 🐞 bug report ### Is this a regression? Yes, the behaviour was correct in version 15.0.0 but is broken in version 15.2.3 (or somewhere in between). ### Description On...
When the input has a prefix in combination with mask and showMaskTyped, and you're deleting multiple characters. The cursor jumps to place 4 when 5 characters are left. This only...
# 🚀 feature request ### Description During development I had a case where I needed to create a mask for hexadecimal values only, and I created my own custom pattern...
# 🐞 bug report ### Is this a regression? Unsure ### Description I have an Angular app (using the standalone API) that uses ngx-formly for creating forms. I am currently...
we have a problem when using mask in input component ، the problem is that title of input and mask interference together we are using angular material version 16.2.0 and...
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 13.1.9 ### Description I just upgraded a projet from...
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 14.2.3 ### Description Validation for the form control operates...
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 16.x.x ### Description When we set in control value...
To initialize a variable with a value, the mask is not being applied correctly  https://stackblitz.com/edit/angular-nhtwrw?file=src%2Fmain.ts "dependencies": { "@angular/animations": "^17.0.1", "@angular/common": "^17.0.1", "@angular/compiler": "^17.0.1", "@angular/core": "^17.0.1", "@angular/forms": "^17.0.1", "@angular/platform-browser": "^17.0.1",...
# 🐞 bug report The month can not be entered for a date sometimes when formatted as "0000-M0". ### Description As an example, trying to enter the date 1975-01 will...