closed
Public

Currently the number spinner control does not recognize the user clicking the up and down arrows to change the value of the spinner. Currently I work around this by placing small invisible rectangles over the buttons, but it would be nice if the spinner just behaved like an actual spinner out of the box.

3 answers

Hi LittleRed99, the spinner already became interactive from V2.35. You can take a look at this animation:

#1

I see…. I expected it to just increment and decrement by 1 from the default value automatically.

#2

However increase/decrease value by 1 is not always applicable. Sometimes you will need to increase/decrease value by 10 or 0.1, sometimes the value is string instead of number…it depends on the actual need.

What’s more the spinning usually would have the maximum/minimum value limitation. I think the current implementation is the simplest way to satisfy all these needs.

#3

This question is now closed