Skip to content

Commit 81d4527

Browse files
committedJun 6, 2024·
fix(material/radio): mark radio-group for check on touch (#29203)
(cherry picked from commit e3abc65)
1 parent faf3484 commit 81d4527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/material/radio/radio.ts

+1
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)
Please sign in to comment.