I am using oracle jet and went through a use case that in a form when many controls are enables like Input texts, buttons, select box, radio box. I have enabled the help text for each controls. Now the problem is when you put the value in lets say one inputText and want to go to next inputText then pressing the tab should move to help icon.
So in order to resolve this, I have put tabindex on each controls. But tabindex is not applicable on ojSelect. Due to this it just skips the Selectboxes. As per the JSDOC it seems to be set in a private method.
So I want to ask how can we set the tabindex in ojselect ? Any workaraound?