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
It would be great if Bootstrap's accordion component supported keyboard navigation, allowing users to navigate between sections using the arrow keys (up/down), just like the dropdown component. If this sounds good, I can try it out.
CodePen example that I found: Accordion with keyboard navigation
Of course, the implementation can vary; this is just a demonstration of the idea.
I don't have a strong opinion on this feature at the moment, but it might be worth checking how other libraries and design systems handle it. @patrickhlauke, do you have any thoughts on whether we should pursue this?
Prerequisites
Proposal
It would be great if Bootstrap's accordion component supported keyboard navigation, allowing users to navigate between sections using the arrow keys (up/down), just like the dropdown component. If this sounds good, I can try it out.
CodePen example that I found: Accordion with keyboard navigation
Of course, the implementation can vary; this is just a demonstration of the idea.
Documentation: components/accordion
Motivation and context
This would make the accordion more accessible and improve user experience, especially for keyboard-only users
The text was updated successfully, but these errors were encountered: