From ed56c9f3e8b1f07c0ea5100cde401ddddf261aa4 Mon Sep 17 00:00:00 2001 From: ManicardiFrancesco <160016917+ManicardiFrancesco@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:34:36 +0100 Subject: [PATCH] Fix _focused signal not firing stateChanges --- .../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()); });