mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +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()}
|
{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>
|
||||||
|
Reference in New Issue
Block a user