minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot select next /previous item using keyboard.

gj1118 opened this issue · comments

I am unable to select the next item using the keyboard. Suppose that I have an item selected using the mouse click event, I would like to use the keyboard up and down arrow keys to select the previous and the next custom node .

Can you please help me out with this?

Thanks.

I am now able to do it . Thanks for all the help. Closing this ticket.