Hi, I’m trying to increment the value of a text field by 0.1 starting from 0.0 with a max of 9.0 let’s say. I was able to do it but it stops at 0.7 so I was wondering if there’s a good way to do it? Here’s how I did it at the moment: Interactions → Click or Tap → Target “name of my text field” set to '“text” with value: [[Math.floor((Target.text + 0.1) * 10) / 10]].
Also, I was wondering if there was a way to make the input type of a text field numbered only without having the little increase/decrease buttons on the right^
Thanks to all!