ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
If a reactive form is used, there is no problem, but if the reactive form is called the setValue function, the input with the mask loses validation, currently I use...
I feel like, given the popularity of this repo, this is already implemented. Maybe I am blind. Anyway, is there a way to make it so backspace automatically deletes special...
Hi, I have a FormControl which enable/disable required validator programmatically by `formControl.setValidators([Validators.required])`, due to `setValidators` will remove every validator previously include mask validator, can I re-enable mask validator by `setValidators`?...
hi, I am trying to use '*' as a custom pattern: ``` customPattern = { '9' : { pattern: new RegExp('\[0-9\]') }, 'a' : { pattern: new RegExp('\[a-zA-Z\]') }, '*'...
### Description Thanks for this great plugin. We purely want to use this feature to add prefix and suffix to the input text. The only thing we can't workout what...
Hey guys, I'm using the input: And when I type a fractional number show something like this: 1.5% But I'm from Brazil and I need to change the dot for...
Using ngx-mask 12.0.0 Steps to reproduce: 1. Create a form control (text input) with hiddenInput set to true using Reactive Forms 2. Enter a value into the control/field 3. Call...
# 🐞 bug report ### Is this a regression? No idea ### Description It simply does not work :-) I tried with this code: `` So nothing very fancy. At...
# 🚀 feature request ### Description Ability to replace special characters defined in mask for model. ### Describe the solution you'd like Add additional input for characters to be replaced...
# 🐞 bug report Trying to use the date masking for Date of Birth entry and assist users whilst inputting numbers. ### Is this a regression? Not sure. ### Description...