-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoComplete AutoFocus not working #6733
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
Comments
You can use the following workaround: Add ref for your autocomplete
Force focus somewhere in the code
|
Closed by #4783 |
Still unable to get this to work
|
Any solution for this? @wsfuller @oliviertassinari @anvk @mika75 I didn't find a solution in #4783 |
I've fixed it by adding
|
oliviertassinari
added
the
component: autocomplete
This is the name of the generic UI component, not the React module!
label
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I try to use autoFocus on AutoComplete
like that
<AutoComplete {...this.props}
autoFocus={this.state.autoFocus}
Versions 17.0.1
Do you know if its possible or a bug ?
The text was updated successfully, but these errors were encountered: