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 ### Description The keepCharacterPositions property does not maintain character positions as expected when using a date mask. When a character...
# 🐞 bug report ### Is this a regression? No ### Description We are using an HTML input field with a mask format for phone numbers. The mask is defined...
Include additional logic to check if separatorPrecision is Infinity or not before checking if > 0 ## PR Checklist Please check if your PR fulfills the following requirements: - [x]...
# 🐞 bug report ### Is this a regression? No. ### Description Using `[leadZeroDateTime]="true"` looks to breaking the value if the mask is `m0-d0-yyyy` and the value is `05-05-2025`. Also...
# 🐞 bug report specialCharacters needs to be nullable and work based on dropSpecialCharacters ### Description I use `ngx-formly` so I have a custom component which wrappers ngx-mask so I...
# 🐞 bug report ### Is this a regression? No ### Description When using mask directive with expression: separtor.N (for example: separator.0) with flag [leadZero]=true and using Angular Reactive Forms,...
# 🐞 bug report ### Is this a regression? Did this behavior use to work in the previous version? Yes, the previous version in which this bug was not present...
# 🐞 bug report ### Description **Issue Description:** Mask pattern `0000-M0-d0` with `leadZeroDateTime` enabled adds an extra zero for months 10, 11, and 12 when the user types the data...
# 🐞 bug report ### Description Mixing optional and mandatory characters in a max, shows inconsistent behaviour. Everything works if mandatory characters are followed by optional characters. If optional characters...
# 🐞 bug report ### Is this a regression? No, this behavior did not work in the previous version ### Description The problem exists with input fields for a currency...