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? Similar documented issue: https://github.com/JsDaddy/ngx-mask/issues/922 Resolution: Closed with fix https://github.com/JsDaddy/ngx-mask/commit/33deef3a1184b558542e92558699f78aec6f1424 I assume it worked for awhile or maybe it wasn't tested for...

separator

🚀 feature request Currently i can set the thousands separator as point or comma. If i set it to comma, the point button doesn't add a separator. I suggest that...

enhancement
separator

# 🐞 bug report ### Is this a regression? Yes, this was previously no issue with 17.1.8 ### Description Due to the change in `_checkPrecision` method now using `const separatorPrecision...

remove package.lock.json update test with provideExperimentalZonelessChangeDetection update README with bun remove zone.js remove stylelint add eslint rules for css - link: https://eslint.org/blog/2025/02/eslint-css-support/

enhancement

# 🐞 bug report ### Is this a regression? Yes, the previous version in which this bug was not present was: **ngx-mask v16.4.2 (and older)** ### Description There are two...

# 🐞 bug report ### Is this a regression? I'm not sure, just experienced the issue while testing the lib ### Description The asterix in the mask does not seem...

discuss

# 🚀 feature request ### Description Allow "defaulting" empty input values without having to write your own inputTransformFn. For instance [defaultInputValue]="0" [defaultInputValue]="1" ### Describe the solution you'd like The issue...

enhancement

`` I am trying to use the day/month/year mask on a contenteditable div, however, applying the mask doesn't work appropriately. Is there some way to use mask with a contenteditable...

question
discuss