-
I tried to create an input which allow decimal and thousand separator. The 2nd one works perfectly, but the 1st one doesn't. I have created a sandbox of my code. Could anyone please help to enlighten me? Really appreciate your help. https://codesandbox.io/s/vibrant-waterfall-su2u2w?file=/src/App.js:245-276 |
Beta Was this translation helpful? Give feedback.
Answered by
sydth26
Sep 3, 2022
Replies: 1 comment
-
Somehow just need to change normalizeZeros to false, then the resolved value show decimal. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sydth26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow just need to change normalizeZeros to false, then the resolved value show decimal.