style: add FW issue for tracking Stencil issue

This commit is contained in:
Brandy Smith
2025-03-05 10:03:07 -05:00
parent d4230a0db5
commit a53ee64940

View File

@ -294,9 +294,9 @@ export class RadioGroup implements ComponentInterface {
> >
{this.renderHintText()} {this.renderHintText()}
{/* {/*
Wrapping the slot in a div is a workaround due to a Stencil issue. TODO(FW-6279): Wrapping the slot in a div is a workaround due to a
Without the wrapper, the children radio will fire the blur event Stencil issue. Without the wrapper, the children radio will fire the
on focus, instead of waiting for them to be blurred. blur event on focus, instead of waiting for them to be blurred.
*/} */}
<div class="radio-group-wrapper"> <div class="radio-group-wrapper">
<slot></slot> <slot></slot>