Skip to content

Commit 39f0cea

Browse files
authored
fix(module:radio): update touch status when focus and blur events (#7885)
close #7877
1 parent 366760c commit 39f0cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/radio/radio.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class NzRadioComponent implements ControlValueAccessor, AfterViewInit, On
214214
return;
215215
}
216216
this.ngZone.run(() => {
217+
this.focus();
217218
this.nzRadioService?.select(this.nzValue);
218219
if (this.isNgModel) {
219220
this.isChecked = true;

0 commit comments

Comments
 (0)