brimdata / react-arborist

The complete tree view component for React
MIT License
3.07k stars 140 forks source link

Custom action on keyDown #268

Open sauron918 opened 2 months ago

sauron918 commented 2 months ago

Is there a way to customize the behavior of the Enter key e.g. by selecting the currently focused node instead of triggering the editing mode or fetch some data?

image

I'm aware of https://github.com/brimdata/react-arborist/issues/57 but it looks stale and limited to commands, so I'm looking for workarounds.