mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-03 11:23:24 +08:00
fix(radio-group): remove wrapper causing Node.removeChild errors
This commit is contained in:
@ -293,14 +293,7 @@ export class RadioGroup implements ComponentInterface {
|
||||
class={mode}
|
||||
>
|
||||
{this.renderHintText()}
|
||||
{/*
|
||||
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>
|
||||
</div>
|
||||
</Host>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user