dash-bootstrap-components
dash-bootstrap-components copied to clipboard
Bug: dbc.Tabs not keyboard accessible
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.
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