From f3f2b54bccb3fc8fe6cce1a52985267e01be9dd4 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 c1348bf549ce..54ba434c84d0 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 @@ -175,6 +175,7 @@ export class MyTelInput implements ControlValueAccessor, MatFormFieldControl this.stateChanges.next()); });