facultyai / dash-bootstrap-components

Bootstrap components for Plotly Dash
https://dash-bootstrap-components.opensource.faculty.ai/
Apache License 2.0
1.11k stars 219 forks source link

Bug: dbc.Tabs not keyboard accessible #891

Open araichev opened 2 years ago

araichev commented 2 years ago

This issue relates to disability access, and echoes the Dash issue discussed here. Specifically, one can't switch between dbc.Tabs using the keyboard's <tab> and <space> keys. You can test this on your tabs demo page, for example.

wannadream commented 7 months ago

Based on the implementation, NavLink focus is managed according to the ARIA authoring practices for tabs. https://react-bootstrap.netlify.app/docs/components/navs#nav