-
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
Do not auto select first option and populate field #2653
Comments
"Auto selecting first option" must be optional. |
@martincarstens did you figure this out? |
I did, but had to edit source.
It looks like you won't have to wait too long for this option however:
#3484
The source to be merged is here:
https://github.com/JedWatson/react-select/pull/3484/files/3cdaf4669d649714852a7dca560dd782cc19076f
…On Wed, 15 May 2019 at 16:54, Noah Zweben ***@***.***> wrote:
@martincarstens <https://github.com/martincarstens> did you figure this
out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2653?email_source=notifications&email_token=AALQBWVNBNM27G4WR2ICPE3PVRZ7FA5CNFSM4FCAYJOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVP5KMI#issuecomment-492819761>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALQBWV4BJOELHHIDZ47Z43PVRZ7FANCNFSM4FCAYJOA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior:
-- start typing charachers
-- dropdown shows partial matches and first result is automatically highlighted
-- hit enter, and first result populates search box
Desired behavior (via attribute):
-- start typing charachers
-- dropdown shows partial matches and first result is not automatically highlighted
-- press down arrow
-- first result is highlighted
-- hit enter, and first result populates search box
Basically the behavior prior to the bellow issue
#2
Is this possible currently?
The text was updated successfully, but these errors were encountered: