I have an simple array bind to a dropdown. I am updating the array and getting the updated list back from server and I am trying to reassign the updated list to dataSource property which is working fine. However, I need to set the newly updated value as well in the dropdown after getting the results back .
I tried to reassign the value to ngModel property but it is not working. Have also tried .value property on dropdown but it is also not working as expected.
Can you please assist?