Hey there,
I think I’ve stumbled upon a bug with the Slider component. When I set the Step
value to a decimal, like 0.1, the Slider doesn’t work and I get an Uncaught TypeError
in the console.
My Slider uses an App Variable with a float type as the Value property. Here’s how I’ve set up the Slider:
When I remove the step value, everything works fine. Do you think this is a bug or am I missing something here?