[SelectField] Can not focus programmably #4709
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
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 theSelectField
component.SelectField
is composed byTextField
andDropDownMenu
, and I notice that I can not access theDropDownMenu
because there is no ref attribute.I wonder why you guys do not add a ref attribute in the
DropDownMenu
component inSelectField
?I can send a pull request if you need.
The text was updated successfully, but these errors were encountered: