could someone please help me to understand how bubble handles the decimal point of numbers? There are two conventions :
US: 3,14158 (comma)
Europe: 3.14159 (point)
bubble seems to understand the US formatting, but not the european.
Is there a way to choose which of the two conventions is to be used, for instance either as an app-wide standard, or even better as a function of the users computer settings?
hi!, whenever you are displaying a number in a text element you can select “:format as” and it will display all the options to change the format of the number
The input field just turns red if the formatting is not correct. But why and where is bubble receiving the information from that a comma instead of a point is expected ?