If you have a Select component with typeahead and start typing, it displays the options as expected. Clicking tab and then shift-tab to go back however doesn't expand the list
In fact, this issue happens any time you tab to get to the text input rather than clicking
Version: "@patternfly/react-core": "^3.16.10"
Repro steps:
- Have a Select component with typeahead variant that's not in focus
- Tab until you get to text input in the Select component
- Start typing for a result
Expected result:
Options list is expanded
Actual result:
Nothing happens
Reactions are currently unavailable
If you have a Select component with typeahead and start typing, it displays the options as expected. Clicking tab and then shift-tab to go back however doesn't expand the list
In fact, this issue happens any time you tab to get to the text input rather than clicking
Version: "@patternfly/react-core": "^3.16.10"
Repro steps:
Expected result:
Options list is expanded
Actual result:
Nothing happens