From 1975f3fb132fdb877eb7a5b9eb541b3a2f5c310f Mon Sep 17 00:00:00 2001 From: ManicardiFrancesco <160016917+ManicardiFrancesco@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:28:59 +0100 Subject: [PATCH] Fix _focused signal not firing stateChanges (#29944) (cherry picked from commit 9d4fa8f348ab383ed59a6abd9864f5af8c2d5dec) --- .../form-field-custom-control-example.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts b/src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts index c3121f9503cf..8d47a9f778d6 100644 --- a/src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts +++ b/src/components-examples/material/form-field/form-field-custom-control/form-field-custom-control-example.ts @@ -173,6 +173,7 @@ export class MyTelInput implements ControlValueAccessor, MatFormFieldControl this.stateChanges.next()); });