We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1cf88 commit 0d084fdCopy full SHA for 0d084fd
core/src/components/radio-group/radio-group.tsx
@@ -293,14 +293,7 @@ export class RadioGroup implements ComponentInterface {
293
class={mode}
294
>
295
{this.renderHintText()}
296
- {/*
297
- TODO(FW-6279): Wrapping the slot in a div is a workaround due to a
298
- Stencil issue. Without the wrapper, the children radio will fire the
299
- blur event on focus, instead of waiting for them to be blurred.
300
- */}
301
- <div class="radio-group-wrapper">
302
- <slot></slot>
303
- </div>
+ <slot></slot>
304
</Host>
305
);
306
}
0 commit comments