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
First of all great script. Thank you for all contributed.
Is there any way to prevent default action or event propagation on selected elements? On react application, when I click on button element select event works fine but also triggers the click event on the element. I tried to add `preventDefault' but didn't seem to work. also tried
First of all great script. Thank you for all contributed.
Is there any way to prevent default action or event propagation on selected elements? On react application, when I click on button element select event works fine but also triggers the click event on the element. I tried to add `preventDefault' but didn't seem to work. also tried
but that also doesn't seem to have any affect either. Button or link still receives click event and triggers handler.
The text was updated successfully, but these errors were encountered: