You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P.S. I resolved this issue. I added the property decimalSeparator={null}. But I'm not sure, that it's the clear solution (because decimalSeparator should get only "string" type).
The text was updated successfully, but these errors were encountered:
sergei97k
added a commit
to sergei97k/react-number-format
that referenced
this issue
Nov 30, 2019
Hi, thank you for your library. It looks cool.
I found the problem when I created the component with the property
decimalScale
.Steps to reproduce:
You can see my example here
P.S. I resolved this issue. I added the property
decimalSeparator={null}
. But I'm not sure, that it's the clear solution (because decimalSeparator should get only "string" type).The text was updated successfully, but these errors were encountered: