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? No ### Description I tried to use the patterns in different combinations and encountered some problems in certain combinations. I described...

docker packages package.json (ncu -u, eslint 8 => 9, type-coverage)

# 🚀 feature request ### Description 9 allows 0-9 optional, 0 allows 0-9 required; Is it possible to create a mask for 1-9? Ideally, I want 1-99 value but not...

discuss

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/JsDaddy/ngx-mask/blob/develop/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

When using masks with custom separators, the cursor is placed before the separator. Example, ``` ``` Instead the cursor should be placed after the `(`, so user will clearly understand...

# 🐞 bug report ### Is this a regression? No (I think) ### Description When using the date specialties (d0 + M0) with the German format of dots after them,...

# 🚀 feature request ### Description Add mask to support the ability to start from decimals. ### Describe the solution you'd like Example: If I type 100 then it should...

enhancement
separator

Hi there! Leadzero has an infinity loop when use ngmodelChange and parse to float i.c.w. leadzero="true". In the added Stackblitz example the first input has an infinity loop . You...

bug
P0
separator
waiting

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/JsDaddy/ngx-mask/blob/develop/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

# 🐞 bug report ### Is this a regression? Not sure. ### Description Its possible to add all zeroes in the date month format and it gets accepted as valid...