Hi, I came across this error in Appsmith.
(Self Hosted - 1.62)
I need to develop an app that does math (sums, multiplications, percentages, etc.). However, in a basic calculation, it does it wrong. See the example print.
I'm using {{Value1.value + Value2.value}} in the subtotal and {{Subtotal.value + Value3.value}} in the total.
When typing, the input only accepts commas. However, in the sum, it shows a period as the decimal separator, instead of a comma.
The fields are currency type (BRL).
Am I doing something wrong or is it a problem in Appsmith?