Hi in my country the decimals place are like 250.00 400.00
how i can format this in retool? right now im using two number input but they show comma
i already set 2 decimal places
what im missing?
thank you
Hi in my country the decimals place are like 250.00 400.00
how i can format this in retool? right now im using two number input but they show comma
i already set 2 decimal places
what im missing?
thank you
Are salario_bruto.value as a string?
You can use parseFloat(salario_bruto).
Also, make sure to use Pad decimal places checked.
awesome thats the thing, thank you!