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
Entry of ListBox is not focusable using the tab key.
If using filter only InputText is focusable.
Reproducer
No response
PrimeReact version
8.7.2
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 107
Steps to reproduce the behavior
Click/Focus on element before ListBox.
press Tab on keyboard
Expected behavior
Behave like the native to focuses ListBox itself and let navigate with arrow keys.
Another way is to focus the first or last selected option or the first option.
Focus via ref should also be possible.
The text was updated successfully, but these errors were encountered:
Describe the bug
Entry of ListBox is not focusable using the tab key.
If using filter only InputText is focusable.
Reproducer
No response
PrimeReact version
8.7.2
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 107
Steps to reproduce the behavior
Expected behavior
Behave like the native to focuses ListBox itself and let navigate with arrow keys. Another way is to focus the first or last selected option or the first option. Focus via ref should also be possible.
The text was updated successfully, but these errors were encountered: