mirror of
				https://github.com/ionic-team/ionic-framework.git
				synced 2025-11-04 13:17:56 +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}
 | 
					        class={mode}
 | 
				
			||||||
      >
 | 
					      >
 | 
				
			||||||
        {this.renderHintText()}
 | 
					        {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>
 | 
					        <slot></slot>
 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
      </Host>
 | 
					      </Host>
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user