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
Describe the problem
The first time you click on a filter input field of the Select component with typeahead functionality, it does not have focus. Only after second click we get a focus and we can insert some text into it. This issue is reproducible in official documentation as well: https://www.patternfly.org/components/menus/select/#typeahead
How do you reproduce the problem?
Add Select component on your page with typeahead functionality
Click on it and try to insert some text in filter
Expected behavior
Focus is set on the input field and we can enter values there for filtering
Actual behavior
The input field does not have focus and we cannot enter filtering values there. Only after second click we get a focus and can insert some text for filtering
Screenshots
First click on the filter field (no focus on the input field):
Second click (filter gets focus but options are not visible):
What is your environment?
OS: iOS, Windows 10, 11
Browser: chrome, safari
Version: any version
The text was updated successfully, but these errors were encountered:
Describe the problem
The first time you click on a filter input field of the Select component with typeahead functionality, it does not have focus. Only after second click we get a focus and we can insert some text into it. This issue is reproducible in official documentation as well: https://www.patternfly.org/components/menus/select/#typeahead
How do you reproduce the problem?
Expected behavior
Focus is set on the input field and we can enter values there for filtering
Actual behavior
The input field does not have focus and we cannot enter filtering values there. Only after second click we get a focus and can insert some text for filtering
Screenshots
First click on the filter field (no focus on the input field):
Second click (filter gets focus but options are not visible):
What is your environment?
The text was updated successfully, but these errors were encountered: