mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
feat(radio-group): ionChange will only emit from user committed changes (#26223)
This commit is contained in:
@ -580,7 +580,8 @@ export const IonRadioGroup = /*@__PURE__*/ defineContainer<JSX.IonRadioGroup>('i
|
||||
'allowEmptySelection',
|
||||
'name',
|
||||
'value',
|
||||
'ionChange'
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
],
|
||||
'value', 'v-ion-change', 'ionChange');
|
||||
|
||||
|
Reference in New Issue
Block a user