Skip to content

Commit a53ee64

Browse files
committed
style: add FW issue for tracking Stencil issue
1 parent d4230a0 commit a53ee64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/components/radio-group/radio-group.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ export class RadioGroup implements ComponentInterface {
294294
>
295295
{this.renderHintText()}
296296
{/*
297-
Wrapping the slot in a div is a workaround due to a Stencil issue.
298-
Without the wrapper, the children radio will fire the blur event
299-
on focus, instead of waiting for them to be blurred.
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.
300300
*/}
301301
<div class="radio-group-wrapper">
302302
<slot></slot>

0 commit comments

Comments
 (0)