Closed
Description
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.