1

I am using angular reactive forms, the change method for select field is not fired when I select already selected option. Here is the link https://stackblitz.com/edit/angular-2e1cvz in this example if I select option 1, event fired but if I select again 1 event is not fired.

1 Answers1

0

As the name of the event says it will only trigger when it detects a change in value, if u select the same value again means that is not change in value thats why select field hadn't triggered change event.