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
Hmmm thinking about it, maybe it is a bit strange since you don't know how to represent the mask.
since you don't know how many _ you want to show (if the placeHolderCharacter is an underscore)
🐞 bug report
Is this a regression?
I'm not sure, just experienced the issue while testing the lib
Description
The asterix in the mask does not seem to work when [showMaskTyped]="true"
I would expect to type an x amount of numbers, till the point
🔬 Minimal Reproduction
<input [(ngModel)]="value" mask="0*.00" [showMaskTyped]="true"/>
https://stackblitz.com/edit/stackblitz-starters-okr7g8?file=src%2Fmain.ts
The text was updated successfully, but these errors were encountered: