You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No. I am not aware that this worked in previous versions.
Description
When using a custom pattern that has a symbol that is to hide some of the input, the mask pipe does not hide any of the characters even if the hiddenInput value is set to true globally.
🐞 bug report
Is this a regression?
No. I am not aware that this worked in previous versions.
Description
When using a
custom pattern
that has a symbol that is to hide some of the input, themask pipe
does not hide any of the characters even if thehiddenInput
value is set totrue
globally.Configuration
Template code
This is the use in the template:
Results
For input
123456789
,the expected output is
●●● - ●● - 6789
,but actual output is
123 - 45 - 6789
.The pipe does not allow
hiddenInput
configuration, and so will never go down the branch to format the text with the hidden characters.🔬 Minimal Reproduction
https://stackblitz.com/edit/angular-ivy-r2cy7e?file=src/app/app.component.html
🔥 Exception or Error
None, just unexpected behavior.
🌍 Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: