ngx-mask
ngx-mask copied to clipboard
Angular Plugin to make masks on form fields and html elements.
The actualValue is not set to the current value of the input field, if the value of the input is set explicitly, e.g. => _input.value = 'someValue'_ **This is the...
I use the package ngx-mask version: 8.14 and @ng-bootstrap/ng-bootstrap version: 4.0.0 I have an input component using mask inside in the accordion: When I click on accordion, and my input...
# 🚀 feature request ### 👉 when using repeat mask, I want add some single pattern #### case1 `` `input: ab0123456789` `output: ab0123456789` is the expected work #### case2 ``...
🐞 bug report ### Description Pressing delete in the middle of an input field using a mask leaves the cursor one character too far to the right. ## 🔬 Minimal...
Hi, Is there any posible way to create a mask for optionally negative number with optional unlimited digits after coma? My inputs: 1. -12345..9.2 2. -1,222222222222 3. 12345,2 4. 111111111111.2...
`public customPatterns = { //Alphanumric with space 'A': { pattern: new RegExp('\[a-zA-Z0-9 \]')}, //Alphanumeric 'B': { pattern: new RegExp('\[a-zA-Z0-9\]')}, //Alphabets only 'C': { pattern: new RegExp('\[a-zA-Z\]')}, //Alphabets with space 'D':...
Hi, I have run into the following issues while using 'percent.2' pipe with negative numbers: 1) Negative number sign(-) can only be applied after the number is typed, So I...
Hi, I use ngx-mask 17.0.4 and angular 16.0.1 I am using this package for phone numbers but I have a problem when I want to remove characters the cursor changes...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
# 🐞 bug report ### Description when you call transform() method of NgxMaskPipe with some configs, this configs affects on another transform() method call without/with configs. ## 🔬 Minimal Reproduction...