dash-bootstrap-components icon indicating copy to clipboard operation
dash-bootstrap-components copied to clipboard

Bug: dbc.Tabs not keyboard accessible

Open araichev opened this issue 3 years ago • 1 comments

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.

araichev avatar Sep 22 '22 00:09 araichev

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

wannadream avatar Feb 20 '24 02:02 wannadream