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

fixed checkbox emit bug on tables #6

Open
wants to merge 1 commit into
base: vue-3
Choose a base branch
from

Conversation

kyle-jennings
Copy link

@kyle-jennings kyle-jennings commented Feb 1, 2023

The table "checkRow" method was not firing because the Buefy checkbox component fires an "input" event but this was listening for a "click" event.

@kikuomax
Copy link
Owner

@kyle-jennings Thanks for your PR. I tried to reproduce your issue on the docs pages with the attached patch, but I was not able to reproduce the problem; checkRow was invoked when I clicked a checkbox. Could you show me any code that can reproduce your issue?
0001-chore-debug-print-for-checkRow.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants