Skip to content
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: do not propagate click event on checkbox #53

Merged
merged 1 commit into from
May 3, 2021

Conversation

LukasHirt
Copy link
Contributor

@LukasHirt LukasHirt commented Apr 30, 2021

When clicking on the checkbox to select a resource, it hasn't been selected because a click on the row would have been caught as well which would reset the selection again. We've fixed this issue by not propagating the click event on checkbox to the parent.

@LukasHirt LukasHirt added the bug Something isn't working label Apr 30, 2021
@LukasHirt LukasHirt self-assigned this Apr 30, 2021
@LukasHirt LukasHirt force-pushed the fix/checkbox-event-propagation branch from 0b9dd04 to 53d1508 Compare May 3, 2021 11:49
@LukasHirt LukasHirt marked this pull request as ready for review May 3, 2021 11:49
Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:trollface:

@LukasHirt LukasHirt merged commit 8fd0d87 into master May 3, 2021
@LukasHirt LukasHirt deleted the fix/checkbox-event-propagation branch May 3, 2021 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants