You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug (it is the only form control that acts like this and it wasn't the case on beta 8)
What is the expected behavior?
When the change event is triggered the model's value should already reflect the new value.
What is the current behavior?
When the change event is triggered, the model value is not updated and still reflects the old value.
This happens with template-driven and reactive forms.