react-rainbow icon indicating copy to clipboard operation
react-rainbow copied to clipboard

feat: add accessibility and keyboard navigation to the MultiSelect component

Open TahimiLeonBravo opened this issue 4 years ago • 0 comments

Specs

  • [x] it should get focus on the plus button when the component gets the focus through the tab key
  • [ ] if the plus button has the focus it should move the focus inside the component using the arrows key
  • [ ] if any element on the component has the focus and the user press the tab key the focus should be pass to the next focusable element on the page

TahimiLeonBravo avatar Jun 25 '20 17:06 TahimiLeonBravo