ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
# 🐞 bug report ### Description Let's say I have the number 15.000,53 in my input (thousand separator as dot, comma as decimal), and I put a new comma between...
The current changelog is not helpful: https://github.com/JsDaddy/ngx-mask/blob/develop/CHANGELOG.md
Actually, there was an issue but it closed as it was not recognized properly, I think. https://github.com/JsDaddy/ngx-mask/issues/532 The issue is in a situation when regular `placeholder` is light grey but...
# 🚀 feature request ### Description In my project i use a specific pattern multiple times. I would like to reduce boilerplate code. ` ` ### Describe the solution you'd...
It is impossible to enter more than 4 digits in input, when thousandSeparator="," is used on input
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 16.3.5 ### Description When I use mask="separator.2" and set...
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 17.0.5 ### Description When there's a form control with...
# 🐞 bug report ### Is this a regression? N/A ### Description - When it has multiple masks, using copy and pate will return an incorrect masked value - I...
I'm encountering a problem with the use of the mask when working with simple alphanumeric fields (no special characters) with blank spaces. We limit the maximum number of characters using...
# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 16.2.4 ### Description The onChange is triggered when [mask]...
When we updated from Angular 16 to Angular 17 (which included updating related libraries like ngx-mask), we faced a regression. A input field in a form was marked dirty right...