Change group and decimal separator in an input number
Content
In Brazil (BRL currency), the group separator is the dot and the group separator is comma.
it is possible to make this change when converting the input number field:
my code:
<oj-input-number converter='{"options":{"style":"currency","currency":"BRL","useGrouping":true},"type":"number" }' ....
Expected example: R$ 122,1212.00
but it is being presented like this: R$ 122.1212,00
I performed browser tests with Portuguese and English language
Version
20.10.10