Hi,
I’m doing a proof of concept implementation for selecting one or mode nodes in a taxonomy. I want to be able to select one or more individual nodes in the tree and all the parent nodes above. However this is not Always possible if I use the hasTreeStateMode and checkboxes
Configuration data:
<li id=’home’>Home
<li item-checked=’true’ item-expanded=’true’>Solutions
Problem : it is not possible to select the ‘Solutions 2’ node, or ‘Mobile’ or ‘Consumer photo and video’. If you click on one of the nodes, all nodes in the path are selected. The problem seems only to occur as long as there are only single nodes in the path. When I click on Mobile, the expected behavior is that Mobile and Solutions 2 are selected, not Consumer photo and video
Kind regards,
Bart