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
I have put together this simple example to demonstrate the issue.
The problem is happening on select elements. If there are any mouse event listeners attached that would trigger a render, the onChange handler never gets called.
It looks like unlike other browsers, IE and Edge trigger mouse events on the select element when clicking on the options, but that should not prevent the change event from triggering.