Skip to content

bug: Custom Form Controls not updating touch state changes from API #29750

Closed
@eLarocque

Description

@eLarocque

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

My custom form controls do not support the FormControl APIs for things related to the touch state.

Specific use case: I am attempting to reset a form control after it has been touched, but the "touched" states are not reset, which makes any previous error states persist.

Comparing with built in controls like matInput, we can see the differences and reproduce this issue. I have modified the latest Angular Material Stackblitz example (taken from https://v18.material.angular.io/guide/creating-a-custom-form-field-control) and added a matInput control side by side with the custom Telephone control

Maybe it is possible to handle these cases but the example on the official docs do not reflect that possiblity...

Reproduction

StackBlitz link: https://stackblitz.com/edit/sjcjgs-bpf7wt

Steps to reproduce:
You can see 2 issues in this example:

  1. The custom form control ignores the API call markAsTouched, whereas the matInput does not.

Steps:

  • Click on "Touch Controls" button
  • Notice only the matInput control turns invalid (expected due to required validators)
  1. After manually touching the custom form control, it ignores the API call reset, whereas the matInput does not.

Steps:

  • Click on "Touch Controls" button
  • Manually click on the Telephone custom control and focus out of the control
  • (at this point both controls should be in an "invalid" state due to required validators and touched state)
  • Click on "Reset Controls" button
  • Notice only the matInput control's invalid state disappears

Expected Behavior

Should be able to set / reset touched state using the FormControl API on Custom Form Controls

Actual Behavior

The touched stats is never updated

Environment

  • Angular: 18
  • CDK/Material: 18
  • Browser(s): Chrome
  • Operating System (e.g. Windows, macOS, Ubuntu): Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsdocsThis issue is related to documentationgood first issueThis issue is a good place to start for first time contributors to the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions