feat(radio-group): ionChange will only emit from user committed changes (#26223)

This commit is contained in:
Sean Perkins
2022-11-07 18:03:08 -05:00
committed by GitHub
parent 003de44d92
commit c299d3666a
10 changed files with 189 additions and 10 deletions

View File

@ -580,7 +580,8 @@ export const IonRadioGroup = /*@__PURE__*/ defineContainer<JSX.IonRadioGroup>('i
'allowEmptySelection',
'name',
'value',
'ionChange'
'ionChange',
'ionValueChange'
],
'value', 'v-ion-change', 'ionChange');