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

@ -5908,6 +5908,10 @@ declare namespace LocalJSX {
* Emitted when the value has changed.
*/
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
/**
* Emitted when the `value` property has changed. This is used to ensure that `ion-radio` can respond to any value property changes from the group.
*/
"onIonValueChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
/**
* the value of the radio group.
*/