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

Unexpected output value #4

Open
VictorSholomickiy opened this issue Feb 4, 2022 · 0 comments
Open

Unexpected output value #4

VictorSholomickiy opened this issue Feb 4, 2022 · 0 comments

Comments

@VictorSholomickiy
Copy link

VictorSholomickiy commented Feb 4, 2022

Hi, I am using the mask with 2 digits before and 2 after the dot. I entered 9999 and see in my input 99.99, so I expect to see a decimal 99.99 but got 9999. Even when I enter 99.99 I see 9999 as an input value. I think this is unexpected behavior... Or maybe I missed something with the configuration?

<input angularFormsCurrency
               [maxIntegerDigits]="2"
               [digitsAfterSeparator]="2"
               [validateOnInit]="false"
               formControlName="asd">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant