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

# 🚀 feature request ### Description I'd like to use this mask for DD.MM.YYYY HH:MM - HH:MM And I tried this "d0.M0.0000 Hh:m0 - Hh:m0" and it's not working well....

I've tried input with mask and regex pattern on Japanese keyboard on iOS but cursor always at the beginning of the input; When type character .i.e: pp the input result...

bug
help wanted
P1

# 🐞 bug report ### Description "Dynamic valid mask" is not working with "repeat mask": ```html ``` ## 🔬 Minimal Reproduction https://stackblitz.com/edit/angular-ivy-x5em9s ## 🌍 Your Environment **Angular Version:** Angular CLI:...

### Description clearIfNotMatch does not clear invalid input if showMaskTyped=true and placeHolderCharacter is set to a different character than an underscore. This issue is an extension of the problem seen...

Hi Guys, My mask format dynamically changes on change of value in input box for Example : "0000 0000 0000 0000||0000 0000 0000 0000 00||**0000 0000 0000 0000 000**" with...

# 🐞 bug report ### Is this a regression? Don't know ### Description I'm using a small component with single responsibility to present an input field with a FormControl value...

### Description The "Directive: Mask (Delete)" tests do not replicate real browser behavior at all. With real "Delete/Backspace" events, the browser actually deletes the characters selected / next to the...

# 🐞 bug report ### Is this a regression? As far as I know, no. ### Description The cursor will jump to the length of extra characters being added in...

Given a mask `'(00) 0000-0000||(00) 00000-0000'`. It works fine in an input component, but when used as an output pipe for display, the last number is not displayed. You can...

I'm trying to use NgxMask along with matAutocomplete. They don't work together. I get an error: Error: More than one custom value accessor matches form control with unspecified name attribute...

question
angular limitation
discuss