Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
richardsengers opened this issue Nov 26, 2024 · 1 comment
Open
Labels

Comments

@richardsengers
Copy link

richardsengers commented Nov 26, 2024

🐞 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
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants