minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
515 stars 69 forks source link

Cannot select next /previous item using keyboard. #178

Closed gj1118 closed 1 year ago

gj1118 commented 1 year ago

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.

gj1118 commented 1 year ago

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