I am implementing a component where in a user is asked to confirm his choice when he selects a value from an HTML select. If the user selects no, i want to revert to the older value. The reverting works and the model gets updated but the select view does not show the right value. Instead it shows the value user clicked on. i have minimal working example here : https://stackblitz.com/edit/angular-ivy-8cybe9
I tried using changedetection as well but that too doesnt help.