-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed as not planned
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
If an ion-checkbox has an onClick listener - it will fire onClick twice
Expected Behavior
Should only fire onClick once when you click the checkbox.
Steps to Reproduce
- Use an IonCheckbox with an onClick
- notice that the onClick is called twice when you click once
Code Reproduction URL
https://stackblitz.com/edit/8t9ymz?file=src%2Fmain.tsx
Ionic Info
See stackblitz repro above - not using ionic CLI
Additional Information
Maybe related - not sure: #27492
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report