x-listbox should have the possibility to be tabbed when the options panel is open #3885
Replies: 2 comments
-
I believe the behavior of the listbox component is specced to be the same as a native select field. A native select field doesn't allow tabbing, you have to use the arrows. |
Beta Was this translation helpful? Give feedback.
-
@ekwoka thank you for your very active participation in Alpine's GitHub issues & discussions. What do you mean with "I beliefe..."? Are you one of Alpine's core team members? If not - could we get an official answer from someone that makes money with the headless components ( @calebporzio ?...) Right now, the support experience for Alpine's premium components is not very transparent IMHO, which makes it hard to use them in production with confidence. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I don't get why when we use
x-listbox
, thetabindex="-1"
and there is no focus trap inside.The documentation says that it only allows arrow key to navigate, but usually, the lambda user knows tab.
Can the
tabindex
be made possible and have a focus trap without rewriting the entire headless component?Documentation : https://alpinejs.dev/component/headless-listbox/docs
Thank you
Beta Was this translation helpful? Give feedback.
All reactions