Skip to main content

I’m am trying to prototype a price increasing as you add something to your cart. I want the UI to show $0.00 to start, but when I go to make my starting number variable and type in 0.00 and hit enter it automatically changes it to just 0. So how I’m having to use a boolean to show/hide the .00. It would also be great if dollar signs could be included in numeric variables, so I don’t have to make separate text box for them.

Agreed!

I have to prototype an interface to distribute an amount among several users, so I had to create a new input field variant to have $ and .00 as additional layers, and then have to handle the cents as a series of conditionals… In addition, I know some rudimentary js, so it would be very, very handy to be able to “switch” the view when writing expressions to just be js.


Reply