Issue summary
ComboBox in AutoComplete has tabindex=0 which causes the wrapping ComboBox to be highlighted when tabbing into the AutoComplete component.
https://github.com/Shopify/polaris-react/blob/master/src/components/Autocomplete/components/ComboBox/ComboBox.tsx#L266
Behavior
Tabbing into AutoComplete should allow text input without having to press tab a second time.
Video with tabindex
Video without tabindex, expected behaviour
Reduced test case
CodeSandbox with an AutoComplete you can tab into