Stepper rtl

Hi Dan
The Stepper constructor takes a "rightForward" parameter which can be set to false, causing the stepper to act in an RTL fashion. However, when the stepper reaches its minimum or maximum value, the wrong arrow is set to "disabled" color and has its "pointer" cursor removed! Is there a parameter I missed?
Example code:

new Stepper({
min:1,
max:4,
rightForward:false
}).centerReg();

Thanks,
Moshe

1 Like

Okay - this has been fixed and patched in ZIM 016. Do a refresh and let us know if there are any problems. Thanks for the report!

2 Likes