Select to view content in your preferred language

CalciteTree - React

92
0
11-22-2024 08:46 AM
DavidOke
Emerging Contributor

I'm trying to do something really basic. I have a tree with some nested children.

Root

  -  Tree A

      - Child A

      - Child B

 

I want to get a selection event for Child B when it is clicked, but I may be missing something. The event described in the documentation, "onCalciteTreeSelect" doesn't seem to provide any useful information except for a reference to the root of the tree. 

*Edit: forgot to add, all other event handlers I try to attach to the child nodes are not fired at all: onSelect, onClick

0 Kudos
0 Replies