diff --git a/core/src/components/radio-group/radio-group.tsx b/core/src/components/radio-group/radio-group.tsx index 70b6831448..f00b8aaadf 100644 --- a/core/src/components/radio-group/radio-group.tsx +++ b/core/src/components/radio-group/radio-group.tsx @@ -293,7 +293,14 @@ export class RadioGroup implements ComponentInterface { class={mode} > {this.renderHintText()} - + {/* + Wrapping the slot in a div is a workaround due to a Stencil issue. + Without the wrapper, the children radio will fire the blur event + on focus, instead of waiting for them to be blurred. + */} +
+ +
); }