I am trying to hide an option in mat-select only when aria-expanded is false..
I have an option for "Select All" and "Deselect All" My problem is, when closed, it shows "Deselect All"
When closed:
Is there an easy way to remove the option "Deselect All" from the closed state?