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
After reading this issue and realizing that Chrome and Firefox handle the change event in different ways, I cannot find an answer to this one... I made a simple pen to illustrate the example (no React, just plain HTML): https://codepen.io/nuragic/pen/xWMaGN?editors=1011
Hi,
After reading this issue and realizing that Chrome and Firefox handle the change event in different ways, I cannot find an answer to this one... I made a simple pen to illustrate the example (no React, just plain HTML): https://codepen.io/nuragic/pen/xWMaGN?editors=1011
Steps to reproduce
Just click on the
select
and pick any value.Results
Chrome / Safari:
Firefox:
😕
The spec https://w3c.github.io/uievents/#event-type-mousedown says:
Could anyone clarify which one is correct (or if both are ok)?
Thanks!
The text was updated successfully, but these errors were encountered: