How to customize mat select option group to allow nested values in angular
问题 I'm customizing angular material select/autocomplete to allow nested dropdowns. Here, I wanted to have one parent dropdown with many childs. If I expand particular parent dropdown, only childs of that dropdown should expand or collapse. Similarly, checkbox event should be selected in the same scenario. I'm facing two issues. search/autocomplete is not working. Checking parent Checkbox should select all childs associated with it. Can someone help me what I'm missing here. Here is my code.