So, the issue I’m having is tab navigation with NativeSelect. The generated code is shown below.
[code]
Thing 1
Thing 2
[/code]Evidently, I have to double tab to navigate to the select element.
Why does the div have a tabindex and the select have a tabindex?
The only part of the generated HTML code that should have a tabindex is the select element. Am I missing something? Is there a way to remove the tabindex on the div but keep it on the select element? Is there a way to create the NativeSelect without having it wrap a div around the select?
Any help would be appreciated.