You need to sign in to do that
Don't have an account?

Tab order of inputFields within a pageBlockSection
Is there any way to control the tab order of apex:inputField controls within a pageBlockSection? Right now, tabbing thru a 2-column pageBlockSection moves focus across each row, from left to right, then down to the next row. I would like the tab movement to be down the left column, then down the right column (like standard Salesforce input forms). The apex:inputField control does not support the tabindex attribute. This results in a tab order that is not consistent with a standard Salesforce data input forms.
Has this been enabled? What is the latest update?