I am building reactive form in which I have a mat-select dropdown with two button submit and load data . If user click on load data button I have to set a value to drop down I am using reactive forms patchValue() method to achieve this but the value the not reflected in option. I have created the same scenario under this link `
`
could anyone please tell me how can I achieve this