Skip to content

Commit

Permalink
fix(material/radio): mark radio-group for check on touch (#29203)
Browse files Browse the repository at this point in the history
(cherry picked from commit e3abc65)
  • Loading branch information
mmalerba committed Jun 6, 2024
1 parent faf3484 commit 81d4527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/radio/radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export class MatRadioGroup implements AfterContentInit, OnDestroy, ControlValueA
_touch() {
if (this.onTouched) {
this.onTouched();
this._changeDetector.markForCheck();
}
}

Expand Down

0 comments on commit 81d4527

Please sign in to comment.