function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ankur SrivastavaAnkur Srivastava 

Tab ordering on VF page not working for state picklist

I have enabled State & Country picklist and while using the State picklist in a VF page, the tab ordering skips the State picklist while navigating fields through Tab key. Any resolution to this? Below is the code.
<apex:inputField id="homeState" value="{!member.MailingStateCode}" label="State" taborderhint="20"/>
SandhyaSandhya (Salesforce Developers) 
Hi Ankur Srivastava,

It seems this is the Salesforce known issue.
Taborderhint or tabindex for dependent picklist field will not work.

Please refer below link.

https://success.salesforce.com/issues_view?id=a1p30000000T4jMAAS
 
https://developer.salesforce.com/forums/?id=906F0000000AerZIAS
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya