feat(accordion): ionChange will only emit from user committed changes (#25922)

BREAKING CHANGE:

`ionChange` is no longer emitted when the `value` of `ion-accordion-group` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping the accordion header.
This commit is contained in:
Liam DeBeasi
2022-09-13 13:33:49 -05:00
committed by GitHub
parent 89b880e91d
commit 4eea9fa5c0
7 changed files with 154 additions and 13 deletions

View File

@ -92,7 +92,8 @@ export const IonAccordionGroup = /*@__PURE__*/ defineContainer<JSX.IonAccordionG
'disabled',
'readonly',
'expand',
'ionChange'
'ionChange',
'ionValueChange'
],
'value', 'v-ion-change', 'ionChange');