There was an error while loading. Please reload this page.
touch
focus
blur
1 parent 366760c commit 39f0ceaCopy full SHA for 39f0cea
1 file changed
components/radio/radio.component.ts
@@ -214,6 +214,7 @@ export class NzRadioComponent implements ControlValueAccessor, AfterViewInit, On
214
return;
215
}
216
this.ngZone.run(() => {
217
+ this.focus();
218
this.nzRadioService?.select(this.nzValue);
219
if (this.isNgModel) {
220
this.isChecked = true;
0 commit comments