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: ion-checkbox click event on table #814

Open
pedro-martins-brisa opened this issue Aug 31, 2023 · 1 comment
Open

fix: ion-checkbox click event on table #814

pedro-martins-brisa opened this issue Aug 31, 2023 · 1 comment
Assignees

Comments

@pedro-martins-brisa
Copy link
Member

The Table is currently using ion-checkbox with the 'click' event, instead of 'ionClick'. This has led to some issues, such as triggering the event when the checkbox is disabled. To resolve this, I propose updating the implementation to use 'ionClick' instead. This will ensure consistent behavior and prevent any potential errors when applying functionalities to ion-checkbox in the future. As in: #777.

2023-08-31.14-25-59.mp4
@iurynogueira
Copy link
Member

Thanks for your report @pedro-martins-brisa

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

When branches are created from issues, their pull requests are automatically linked.

2 participants