-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Table): checkbox can emit the @select
event
#2072
Conversation
@benjamincanac |
Sorry for the delay but thanks for the fix! π |
@benjamincanac |
hello. IΒ΄m not sure if this is the right place to aks questions, but what if I don't wish that clicking the checkbox can emit the @select event? I'm not sure how to prevent triggering the select function when a checkbox is clicked. My select function opens a new view, but I don't want that to happen while selecting checkboxes in the rows. Thank you, I'll appreciate any guidence on this issue |
Feel free to open a new issue with a reproduction link, or a code example, and tag me in. |
π Linked issue
Resolves #2064
β Type of change
π Description
Currently clicking the checkbox will not emit the
@select
event but the checkbox was checked.This PR is fixing that to make the
@select
event triggered correctly.π Checklist