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

formatter info.input is not up-to-date on first typing although value is #535

Open
mleister97 opened this issue Feb 5, 2023 · 1 comment

Comments

@mleister97
Copy link

E.g.:
I select everything in the field and start typing, e.g. "9" --> first time the formatter is running i am getting "9" as value but 0,00€ (i am using german currency parser) in info.input.

@mleister97
Copy link
Author

First time:

value 9
FormCurrencyInput.tsx:9 info {userTyping: true, input: '0,00 €'}

Second time and following times:

FormCurrencyInput.tsx:8 value 9
FormCurrencyInput.tsx:9 info {userTyping: true, input: '9'}

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