Is it possible to disable the selection of certain items in the dropdown tree list?
I have a dropdown tree showing up to 3 tiers of the hierarchy, and I want to set it so that you can't select the expanding options, so the user can only select the "bottom level" of options. Basically I want to use the expanding options as "section headings" for the selectable bottom-level children in the list. Like using the tree-view component within a dropdown
In the demo for the component, it would be like disabling the ability to select "North America" from the list, but allow United States, Mexico, and Cuba to be selected.