carbon-design-system / carbon-addons-cloud-react

[DEPRECATED] React components for the Cloud Add-on
http://cloud.carbondesignsystem.com/
Apache License 2.0
13 stars 23 forks source link

A11y: The Add tags link can't be focused and operable by keyboard #72

Open tjillrose opened 5 years ago

tjillrose commented 5 years ago

Detailed description

The TagList component is not available for keyboard focus when its isEditable property is set to on-hover.

Steps to reproduce the issue

Go to https://jj1y2o23r5.codesandbox.io/ Focus the input box ahead of the TagList Press the Tab key

Note that the focus goes directly to the second tagList, rather than the first. The second has isEditable set to always