jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigate through check box tree using arrow keys

ishakibshaikh opened this issue · comments

User should be able to navigate in check box tree using up and down arrow keys.

ArrowUp- Navigate to previous node if available.
ArrowDown - Navigate to next node if available.
ArrowRight - Expand parent node if child nodes present.
ArrowLeft - Collapse parent node if child nodes present.

Thanks for the report. This is covered under open issue #24.

Hey,

can you please share the demo link? and sample code also, I am unable to find it

This has not been implemented yet.