Open agbucz opened 5 months ago
Entry of ListBox is focusable using the Tab key only once (after the page is loaded). It is impossible to access the same ListBox a second time using the Tab or Shift+Tab.
https://stackblitz.com/edit/vitejs-vite-dtc2y2
10.6.6
18.x
ES6
Vite
No response
You can focus the ListBox multiple times using Tab or Shift + Tab.
For some reason ListBox applies negative tabindex to himself, ill take a look
Describe the bug
Entry of ListBox is focusable using the Tab key only once (after the page is loaded). It is impossible to access the same ListBox a second time using the Tab or Shift+Tab.
Reproducer
https://stackblitz.com/edit/vitejs-vite-dtc2y2
PrimeReact version
10.6.6
React version
18.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
You can focus the ListBox multiple times using Tab or Shift + Tab.