You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prequisites
Ionic Framework Version
Current Behavior
ionChange does not fire on
ion-accordion-group
because the internal component is firingv-ion-change
. In https://github.com/ionic-team/ionic-framework/blob/main/packages/vue/src/ionic-vue.ts#L12-L13 we assume that every component that firesionChange
is a v-model component. That was true in v5, but in v6 we added accordion which is not a v-model component.Expected Behavior
I would expect
ionChange
to fire onion-accordion-group
Steps to Reproduce
Add
@ionChange
to ion-accordion-group and observe that callback does not fireCode Reproduction URL
No response
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: