break radio group for dev build

This commit is contained in:
Brandy Smith
2025-03-05 12:50:03 -05:00
parent a53ee64940
commit 98044434a1

View File

@@ -293,14 +293,7 @@ export class RadioGroup implements ComponentInterface {
class={mode}
>
{this.renderHintText()}
{/*
TODO(FW-6279): 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.
*/}
<div class="radio-group-wrapper">
<slot></slot>
</div>
<slot></slot>
</Host>
);
}