ngx-mask icon indicating copy to clipboard operation
ngx-mask copied to clipboard

I am trying to use email mask mask="A*@A*.SSS". I am not able to figure out how to hide characters before @. I have tried using custom mask, but no use! 'hiddenInput' is only working with digits but not with mask symbol A. Can someone help me with this?

Open gchalamasetty opened this issue 2 years ago • 1 comments

mask and hiddenInput are working fine when used together for digits. How can we hide the mask with symbol 'A' and 'A*'?

gchalamasetty avatar May 06 '22 22:05 gchalamasetty

Possibly related: #812, #722

rdebeasi avatar May 09 '22 20:05 rdebeasi

@gchalamasetty Thanks for your using Ngx-Mask. Please update to latest version. It example, how u can use hideInput for 'A' - https://stackblitz.com/edit/angular-znvjyr?file=src%2Fmain.ts

andriikamaldinov1 avatar Jun 19 '23 13:06 andriikamaldinov1