Skip to content

Commit f3f2b54

Browse files
ManicardiFrancescocrisbeto
authored andcommitted
Fix _focused signal not firing stateChanges (#29944)
(cherry picked from commit 9d4fa8f)
1 parent 5d1bc76 commit f3f2b54

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
@@ -175,6 +175,7 @@ export class MyTelInput implements ControlValueAccessor, MatFormFieldControl<MyT
175175
this._placeholder();
176176
this._required();
177177
this._disabled();
178+
this._focused();
178179
// Propagate state changes.
179180
untracked(() => this.stateChanges.next());
180181
});

0 commit comments

Comments
 (0)