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

Use of asterix when showMaskedTyped true doesn't seem to work

Open richardsengers opened this issue 11 months ago • 1 comments

🐞 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" image

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

richardsengers avatar Nov 26 '24 11:11 richardsengers