Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to set tabindex in ojselect?

2909947Oct 10 2016 — edited Oct 20 2016

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?

Comments
Post Details
Added on Oct 10 2016
6 comments
647 views