-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Auto select first option and populate field #2
Comments
Fixed now. |
bkoltai
pushed a commit
to bkoltai/react-select
that referenced
this issue
Sep 20, 2017
Add dropdownComponent prop
EliteMasterEric
pushed a commit
to EliteMasterEric/react-select
that referenced
this issue
Dec 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When typing in select field, it would be great if it auto highlighted the first option listed in the search results. This should then get auto populated in the field if the user presses either TAB or ENTER and should also move to the next field.
This would have to only occur when 1 or more characters are typed AND search results are displayed. Because if the field is not mandatory and the users presses TAB without typing it should remain blank.
The text was updated successfully, but these errors were encountered: