I was working on a project involving mat-select. I have two mat-selects,there I want to do two things: When I select ‘all’ option in either of the mat-selects all the other options should get disabled. When I select an option in one mat-select,that option needs to get disabled in the other mat-select This is the stackblitz link of the project