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 d4230a0 commit a53ee64Copy full SHA for a53ee64
core/src/components/radio-group/radio-group.tsx
@@ -294,9 +294,9 @@ export class RadioGroup implements ComponentInterface {
294
>
295
{this.renderHintText()}
296
{/*
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.
+ 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.
300
*/}
301
<div class="radio-group-wrapper">
302
<slot></slot>
0 commit comments