Why _decimalSeparator=","_ is not woking in the sample below ?
https://codesandbox.io/s/material-demo-jq806
The code is from Material UI Text Field documentation.
Regards,
I've got the same issue, and can not use react-number-format to mimic German currency for example 1.223.578,00
I can confirm that:
For the moment, I just replaced the plugin with https://react-intl-number-format.netlify.com/ that seems to perform better.
Regards
@leonardo-sj If you are using values.value, you should pass isNumeriString.
https://github.com/s-yadav/react-number-format#values-object
Will send a PR to material-UI for the fix.
@bahamut657 What strange behaviour are you getting with isNumericString?
Most helpful comment
@leonardo-sj If you are using
values.value, you should pass isNumeriString.https://github.com/s-yadav/react-number-format#values-object
Will send a PR to material-UI for the fix.
@bahamut657 What strange behaviour are you getting with isNumericString?