Decimal digits increment for spinbox and range control
-
Hello there.
I’ve set up a simple spinbox element like this:
[number myNumber min:0 max:10 step:0.1]
I would expect that the spinbox control somehow reflects the step setting, incrementing the shown number by the step value, but it works only with non-decimal digits (e.g. 1, 2, 3, … while i would like to display 1, 1.1, 1.2, …).
Is it possible to have it, somehow?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Decimal digits increment for spinbox and range control’ is closed to new replies.