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

fix: allow user to tab to tags component #73

Open tjillrose opened 5 years ago

tjillrose commented 5 years ago

Tag component could not be focused via keyboard. This is an A11y problem.

Closes #72

Changed the TagsList component to allow for keyboard focus to edit icon even when the edit icon is shown only on-hover.

Changelog

Changed