You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(list): selection list not picking up indirect descendants (#15003)
Fixes `MatSelectionList` not picking up list options that aren't direct descendants.
**Note:** this approach can have some side-effects if somebody decided to nest selection lists which would result in the parent picking up the options of its children. We can handle that case with some extra code, however I decided not to for now since it doesn't make sense to nest lists.
Fixes#15000.
0 commit comments