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
I use NumberFormatBase with props
{ "value": "12.0012312300001230655",
"valueIsNumericString": false}
somehow it changes value to 120 012 312 300 001 230 655,0000000000000000000
but documentation says that i should pass valueIsNumericString = true only if thousandSeparator is '.'
I do not t use thousandSeparator, please explain me how it works and why
The text was updated successfully, but these errors were encountered:
I use NumberFormatBase with props
{ "value": "12.0012312300001230655",
"valueIsNumericString": false}
somehow it changes value to 120 012 312 300 001 230 655,0000000000000000000
but documentation says that i should pass valueIsNumericString = true only if thousandSeparator is '.'
I do not t use thousandSeparator, please explain me how it works and why
The text was updated successfully, but these errors were encountered: