I want to use the new DropDownTree component to present a hierarchy of Menus > Tabs > Sections to allow a user to select a preferred default item on initial rendering of the main UI.
I would like to present everything fully expanded and prevent user from collapsing any node.
I furthermore would like to allow the user to only select a "leaf" item - that is, a node with no children.
How can I achieve this?
