Skip to content

Commit e3abc65

Browse files
authored
fix(material/radio): mark radio-group for check on touch (#29203)
1 parent d717de5 commit e3abc65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/radio/radio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export class MatRadioGroup implements AfterContentInit, OnDestroy, ControlValueA
269269
_touch() {
270270
if (this.onTouched) {
271271
this.onTouched();
272+
this._changeDetector.markForCheck();
272273
}
273274
}
274275

0 commit comments

Comments
 (0)