mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
style: add FW issue for tracking Stencil issue
This commit is contained in:
@ -294,9 +294,9 @@ export class RadioGroup implements ComponentInterface {
|
||||
>
|
||||
{this.renderHintText()}
|
||||
{/*
|
||||
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.
|
||||
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>
|
||||
|
Reference in New Issue
Block a user