|
|
Sergey Kornilov admin 3/4/2016 |
|
We do not currently the option to change the tab order explicitly. We are working on adding one. $("input[id^=value_status]").attr('tabindex', 1); |
|
|
|
Pete K author 3/4/2016 |
|
Tanks, Sergey. Obviously not an ideal solution but it's good to know a work-around until this feature is implemented. |
|