Angular 6 Reactive Form - Select options: disable previously selected options
问题 I have 3 dropdown menus that must have unique values (I am assigning network adapters here), so if one nic is selected in dropdown 1, it must be disabled in dropdowns 2 and 3. I have found this answer and a few other's, but I can't get them to work. component.ts nicAdapters: any[] = ['nic0','nic1','nic2','nic3','nic4','nic5','nic6','nic7','nic8','nic9','nic10'] this.inputForm = this.fb.group({ upLinks: this.fb.group ({ NumberUplinks: ['2'], uplinksMgmt: this.fb.group ({ uplink1: ['nic0'],