Skip to content

bug(form-field): userAriaDescribedBy type error #20403

Open
@wagnermaciel

Description

@wagnermaciel

Issue Summary

For some reason userAriaDescribedBy was showing up as an object in one of our internal tests. This meant that the call to userAriaDescribedBy.split threw errors and caused that test to fail.

Temporary Fix

Our temporary fix is to check the type of userAriaDescribedBy to ensure calling .split does not throw any errors.

#20401

Desired Solution

Figure out where the gap in type checking is and close it so that we don't need to check the type of userAriaDescribedBy here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/form-field

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions