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