NativeSelect Double-Tab Navigation

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.

That double tabindex sounds like a bug to me. I’d suggest filing a bug report at
https://github.com/vaadin/framework/issues
.

-Olli

Thanks. That’s what I just did.


https://github.com/vaadin/framework/issues/10163