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? Probably yes. It should work according to the docs, so I presume it worked as expected. ### Description When `dropSpecialCharacters` is...

Hello, this code is from your documentation - {{value | mask: 'separator': {thousandSeparator: ',', suffix: ' sm'}} on https://github.com/JsDaddy/ngx-mask/blob/develop/USAGE.md url. If I copy and paste this in HTML, then there...

# 🐞 bug report ### Is this a regression? Not sure, but looks like no ### Description If `mask` starts with a special character (I tested it with braces and...

bug
P0

# 🐞 bug report ### Is this a regression? No ### Description When using ngx-mask, inputs via the Samsung Keyboard app are not registered until the field is blurred. **Expected...

platform:android

# 🐞 bug report ### Is this a regression? Yes. It works in 15.0.0 but not in 15.2.1 and 16+ ### Description - Install version 15.0.0 - Use `mask="A*.AA"` It...

waiting

# 🚀 feature request ### Description Apply mask on initial load. If value is 100, then render as 100.00 ### Describe the solution you'd like Mask is applied when value...

Ngx mask is not rounding decimal values as default. For example if value is 1999.98955 and "seperator.2" is selected, then it should be like 1999.99 Please add this option

enhancement
discuss

Trying to set an inputs mask using [mask] or mask={{}} results in a build error: Can't bind to 'mask' since it isn't a known property of 'input'. The mask works...

waiting

Hi. If this is not the right place to ask questions I apologize, thanks for pointing me into the right direction as the docs did not point out a platform...

question

Numeric mask like '000-00-0000' (SSN format) saves autofill data for any input less than the length of the mask (in this case 9 digits). The only time a full length...

browsers
discuss