react-component/input-number

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

mleister97 opened this issue · 1 comments

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.

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'}