ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
# 🐞 bug report ### Is this a regression? I don't think so ### Description A clear and concise description of the problem... When making a simple fieldmask containing optional...
Examples that cause the issue: ``` ``` Issue tested on **8.2.0**.
I am coding an invoice and most of the accountants use num lock keyboard to type fast, and in Portuguese we use mostly commas for decimals. But when I have...
# 🐞 Bug report ### Description ```html ``` The '$' on the example should not be shown if the user delete all the content typed on input. The placeholder should...
I would like to be able to have a mask with 12 hour format like HH:MM (AM/PM). Ideally, on keypressing to up or down the AM/PM should change. Is this...
Hi, I am trying to create a payment form which has dynamic masks depending on card types. I am using the following code. `` It works fine while switching between...
 Hello Team, I'm getting this error after i have install this package, any help would be great, i have done install this npm and added in module and try...
Angular 13.0.4 ngx-mask 14.0.3 I add "import { NgxMaskModule, IConfig } from 'ngx-mask';" in my module and when doing the "ng serve" the following error appears: ![Captura de Pantalla 2022-06-25...
# 🐞 bug report ### Is this a regression? I don't know since I am using the latest version and no previous version. ### Description I am using multiple masking...
your package name is ngx-mask but it change the original value on input text how can prevent this ?