Skip to content

Commit 1975f3f

Browse files
ManicardiFrancescocrisbeto
authored andcommitted
Fix _focused signal not firing stateChanges (#29944)
(cherry picked from commit 9d4fa8f)
1 parent 95ef66c commit 1975f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export class MyTelInput implements ControlValueAccessor, MatFormFieldControl<MyT
173173
this._placeholder();
174174
this._required();
175175
this._disabled();
176+
this._focused();
176177
// Propagate state changes.
177178
untracked(() => this.stateChanges.next());
178179
});

0 commit comments

Comments
 (0)