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

# 🐞 bug report ### Is this a regression? Not that i know of ### Description Similar to this issue https://github.com/JsDaddy/ngx-mask/issues/343 but for the percent mask: Leading zeros should be...

Hi, I'm trying to mask a value as brazilian currency. I want a mask which the user don't need to type the decimal separator (in my case, a comma) and...

discuss

# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: .... ### Description How can I mask phone numbers...

When input is masked, and showMaskTyped is set to true, Backspace and Delete do not work as expected. It is not possible to delete a character, at least it is...

Hey everyone, thought I should share that with you guys, and maybe we could find a solution to this. # 🐞 bug report ### Is this a regression? Not sure...

### Example https://stackblitz.com/edit/angular-211yuk https://angular-211yuk.stackblitz.io ### Problem If you use a mask with the pattern `"09*"` it will allow a `,` or `.` after the first number If you use a...

I'm trying to configure a mask that allows five or less numbers (only 0-9 digits). "99999" mask allows to enter symbols such as / * - + , and also...

# 🐞 bug report ### Is this a regression? Don't think so ### Description When I try to update the suffix and the value of an masked input, a ExpressionChangedAfterItHasBeenCheckedError...

# 🐞 bug report ### Is this a regression? Unknown - I don't think so? ### Description If using a mask such as `'M0/d0/0000'` with the `leadZeroDateTime`, let's say a...

Reproduction of my problem: 1. I fill in a field which has a mask on it, let's say 0000-M0-d0 (for a date), and I realise I've entered an incorrect year....

help wanted
question