Skip to content

Commit

Permalink
Fix _focused signal not firing stateChanges (#29944)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9d4fa8f)
  • Loading branch information
ManicardiFrancesco authored and crisbeto committed Oct 31, 2024
1 parent 5d1bc76 commit f3f2b54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export class MyTelInput implements ControlValueAccessor, MatFormFieldControl<MyT
this._placeholder();
this._required();
this._disabled();
this._focused();
// Propagate state changes.
untracked(() => this.stateChanges.next());
});
Expand Down

0 comments on commit f3f2b54

Please sign in to comment.