Skip to main content

Currently you can set things like, 5.99 or 4.32 but you can’t show 5.00 by default.


This looks weird when you start adding amounts like #amount + 0.5 which will then look like $5, $5.50, $6, $6.50. It would be nice if instead it showed as $5.00, $5.50, $6.00, $6.50

please please! don’t pigeon hold it to two decimal spots, money isn’t the only integer this is useful for


Pleassse! The countdown looks weird when the number is under 10, i wish i had “09” display instead of " 9" ❣️


Currently the feature is only of very limited use in prototyping without this option :(


I also needed to use one decimal place because it was for temperature, and the format 22.50° didn't look very good. I still made a prototype, though it looks a bit complicated)). I created two variables for the temperature and the digit after the decimal point. And for the "+" button, I made conditions like on image.

 


I think I might have found a workaround, at least for showing “0.00”. So the trick is to not set the variable to 0.00 but to 0.001. It will turn into “0” in the variables panel but in the prototype it shows me “0.00” 

 


I think I might have found a workaround, at least for showing “0.00”. So the trick is to not set the variable to 0.00 but to 0.001. It will turn into “0” in the variables panel but in the prototype it shows me “0.00” 

 


This worked like a charm.


I think I might have found a workaround, at least for showing “0.00”. So the trick is to not set the variable to 0.00 but to 0.001. It will turn into “0” in the variables panel but in the prototype it shows me “0.00” 

 

This works for me as well! However, only for $0.00.

If you are trying with other amounts, like $400, it doesn’t work. Hopefully Figma will release something soon for this, this year.

UPDATE
Just tried again for the 400 value, and it worked fine. I take back what I said :)


+1 Need this desperately. Please?


Reply