You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: