Let's say I have this numeric textbox component:
and it will be displayed like this:
But I want to use dot (.) as a thousand separator, and comma (,) for decimals, so this should be displayed as '123.456,78'.
I have added this to App.js:
And also tried adding the same thing to the JS component file:
This is what my numbers.json looks like: