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

Is this a regression? No Description ngx-mask provides a way to overwrite the default _ character as placeholder when showMaskTyped is true. I now had the requirement to have this...

cursor
showMaskTyped

# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: 16.x.x ### Description A clear and concise description of...

date

# 🐞 bug report ### Is this a regression? No ### Description The problem is clearly visible on the date mask. When entering characters sequentially, when passing through the day...

cursor
date

# 🐞 bug report ### Is this a regression? No ### Description The mask format is lost when a part of the text is selected and new numbers are typed...

keepCharacterPositions

he current readme provides instructions for using both the new bootstrapApplication approach with standalone components (using providers such as provideEnvironmentNgxMask and provideNgxMask) and the traditional Angular modules approach with NgxMaskModule.forRoot()....

enhancement
documentation

# 🐞 bug report ### Description Issue when hiddenInput is used on input along with phone number mask. when you try to delete 1 number from the phone number the...

hideInput

# 🐞 bug report ### Is this a regression? Not sure ### Description I'm working on a project and using ngx-mask for some masking needs. Currently using Angular 17.3.12 and...

hideInput
platform:android

# 🐞 bug report ### Description Initial value "00" doesn't get rendered. ``` ``` ## 🔬 Minimal Reproduction https://stackblitz.com/edit/stackblitz-starters-qldgpubh?file=src%2Fmain.ts ## 🌍 Your Environment **Angular Version:** 19 Angular CLI: 19.0.6 Node:...

date

# 🐞 bug report ### Is this a regression? This issue is not regression and has been reproduced in 16.0.2 (where [keepCharacterPositions] was introduced) and the current version at time...

keepCharacterPositions

# 🚀 feature request ### Description I would like to suggest a new feature or maybe enhancement on the current behavior with the following scenario: - A date input with...

cursor
date