The problem is that library has hardcoded dot as separator ('.', for example here github.com/s-yadav/react-number-fo..., but in other places as well). As far as I can tell the fact that first example of <NumberFormat works as you described is rather a bug than a feature.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The problem is that library has hardcoded dot as separator (
'.', for example here github.com/s-yadav/react-number-fo..., but in other places as well). As far as I can tell the fact that first example of<NumberFormatworks as you described is rather a bug than a feature.