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

Keyboard navigation support for treebeard

Open naskarsubhajit opened this issue 7 years ago • 2 comments

Hi,

We are using treebeard component for file system navigation, it seems to be working good for us. As per our new business requirements, we are looking to provide keyboard support (Accessibility) for these navigations. Current version of treebeard doesn't provide keyboard support for accessing parent and child nodes using up and down arrow keys, also toggle parent nodes using left and right arrow keys.

We would like to continue using treebeard and request to provide keyboard support, also it would be great help to share plans for implementing this feature in coming releases.

naskarsubhajit avatar Jan 29 '18 13:01 naskarsubhajit

@tx4x alternatives here: https://react.rocks/tag/TreeView In particular: https://github.com/frontend-collective/react-sortable-tree

alirobe avatar Apr 30 '19 07:04 alirobe