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
Nothing happens when I click on the select. Binding a handler to onClick actually fires, but onChange does nothing (the select does not react in anyway).
I tried to stop propagation, but that did not help either.
Steps to reproduce
Create a select element inside a draggable container.
Bug or feature request?
Bug
Expected behavior
<select>
insidedraggable
should work properly.Actual behavior
Nothing happens when I click on the select. Binding a handler to
onClick
actually fires, butonChange
does nothing (the select does not react in anyway).I tried to stop propagation, but that did not help either.
Steps to reproduce
Create a select element inside a draggable container.
Browser version
FF Dev Edition 58
Demo
https://www.webpackbin.com/bins/-KzyD9o_2bh5ns32FVps
The text was updated successfully, but these errors were encountered: