Skip to content

[SelectField] Can not focus programmably #4709

Description

@scarletsky

Problem description

In my case, I need to implement focus the form control programmably. So I need to access the components via ref. Things has done except the SelectField component.
SelectField is composed by TextField and DropDownMenu, and I notice that I can not access the DropDownMenu because there is no ref attribute.

I wonder why you guys do not add a ref attribute in the DropDownMenu component in SelectField ?

I can send a pull request if you need.

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: selectChanges related to the select.type: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions