Change input number field from comma to dot in decimal place

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.

2 Likes

awesome thats the thing, thank you!

2 Likes