Jake Zatecky

Results 169 comments of Jake Zatecky

Hello there. Can you provide some more context or point to a simple live example that showcases this error? You can modify and fork [this sandbox page](https://codesandbox.io/s/oj5wnyr7w9).

Sorry, no example for now. I have not used Hooks myself, but I imagine the component should not have any issue using them.

Sorry for the delayed response. The `label` value can be an React node, so it is possible to encapsulate a tooltip within the label markup. I do not have specific...

There is no way to rename a node within the component itself. That is a potential new feature to add. However, you certainly can change the name of the nodes...

This hints at a bigger issue with how the example handles filtering. Native filtering support is an intended feature at some point in the future and ideally the behavior you...

The node's value could be added to the `expanded` property to have it expand after load. As far as marking a node as selected, there are a couple options. The...

I am afraid I do not fully understand the question. I am unsure what you mean by a "secure click." If you pass the property `checkModel="all"`, clicking a node only...

Support for a context menu may be added in the future. It will necessitate additional handlers but features such as node insertion, deletion, and renaming could be added. Further options...

Currently there is no way to do this. May I ask what use case you have for clicking the entire node? Naturally, having something that records the click on the...

@jonhill13 The ability to tab through nodes is a feature I would like to add to this component eventually (likely part of #24). I could simply add a bunch of...