Open
Description
🐞 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