Is it possible to disable the selection for certain items in a Dropdown Tree.
For instance, you want to display an organisational heirarchy but only allow the user to select "Employees" or something like that.
Use case:
Dropdown Tree that shows the full heirarchy (parent child relationship) of Business, Departments, Employees. Only allow the selection of singular or multiple Employees.
https://stackblitz.com/edit/angular-t6feyp?file=app.component.ts
In this example, only the Employee's in the dropdown should be selectable.