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

Focus of tags

Open felixfbecker opened this issue 8 years ago • 0 comments

Other input tag components allow the user to focus tags with the arrow keys and delete the focused one with Delete/Backspace.

Examples:

  • https://dev.office.com/fabric#/components/pickers
  • https://material.angularjs.org/latest/demo/chips

This is very important for keyboard accessibility, otherwise it is not possible to delete tags in the middle without using a mouse or deleting all the tags in between.

Related to https://github.com/olahol/react-tagsinput/issues/143

felixfbecker avatar Aug 30 '17 00:08 felixfbecker