JsDaddy / ngx-mask

Angular Plugin to make masks on form fields and html elements.
https://jsdaddy.github.io/ngx-mask
MIT License
1.16k stars 300 forks source link

hiddenInput not showing remaining mask characters with showMaskTyped #1186

Closed quis0 closed 1 year ago

quis0 commented 1 year ago

🐞 bug report

Is this a regression?

No, tried in 15.1.5 and 16.0.6 ### Description Remaining part of the mask (placeHolderCharacters) not showing up when hiddenInput is true ## 🔬 Minimal Reproduction https://stackblitz.com/edit/angular-nuifs2?file=src%2Fmain.ts

🌍 Your Environment

Angular Version:

@angular-devkit/architect       0.1502.9
@angular-devkit/build-angular   15.2.9
@angular-devkit/core            15.2.9
@angular-devkit/schematics      15.2.9
@schematics/angular             15.2.9
rxjs                            7.5.4
typescript                      4.8.4
andriikamaldinov1 commented 1 year ago

@quis0 Thanks for your using Ngx-Mask. Please update to latest version. It example, all work as expected - https://stackblitz.com/edit/angular-naa3lf?file=src%2Fmain.ts