Skip to content

Commit 896133e

Browse files
authored
fix(radio): focus nativeElement (#12149)
1 parent 910adf5 commit 896133e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/igniteui-angular/src/lib/radio/radio.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ export class IgxRadioComponent implements ControlValueAccessor, EditorProvider,
389389
* @memberof IgxRadioComponent
390390
*/
391391
public select() {
392-
this.nativeRadio.nativeElement.focus();
393-
394392
if(!this.checked) {
395393
this.checked = true;
396394
this.change.emit({ value: this.value, radio: this });

0 commit comments

Comments
 (0)