Closed as not planned
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
ionChange
on ion-radio-group
is being trigger with wrong event data when used with ion-accordion-group
as child element and after clicking on an ion-accordion
element to toggle the accordion.
Expected Behavior
It must not emit the ionChange
of the ion-radio-group
because the selected radio is unchanged.
Steps to Reproduce
- Go to https://stackblitz.com/edit/ionic7-highlight-issue-y3pfzf?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Findex.html
- Open console log;
- Click on a radio button;
- Confirm the
ionChange
is being trigger in the console log; - Toggle an accordion;
- Check the console log once again.
Code Reproduction URL
No response
Ionic Info
Additional Information
No response