ngx-mask
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?
mask and hiddenInput are working fine when used together for digits. How can we hide the mask with symbol 'A' and 'A*'?
Possibly related: #812, #722
@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