Open
Description
As far as I could see, there is no way of responding to a click on a node in the tree. I need to get the keypath
property corresponding the node I clicked on. Currently I'm hijacking valueRender
to get this value, but of course this also get called, at least for the root node when re-rendering the component.
Is there any interest in this feature? I badly need this feature and could merge make a PR if there is any interest.