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