x-collapse elements remain selectable with tab key #2280
Unanswered
francoismajor
asked this question in
5. Bugs
Replies: 1 comment
-
Ok I checked issues and PRs for anything already on the subject, but apparently not discussions. 🤷 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Don't know if this is the expected behavior, but I noticed that any elements that are collapsed with x-collapse are still displayed and therefore selectedable with the tab key.
This is contrary to the behavior with x-show, with or without transition. The element will have display:none; added after the transition and therefore any elements within won't be selected on tab.
Since we're still using x-show I would expect the same behavior for x-collapse? (otherwise I'll have to add tabindex="-1" to buttons and links within :/ )
Beta Was this translation helpful? Give feedback.
All reactions