Skip to content
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

Closed
martincarstens opened this issue May 28, 2018 · 3 comments
Closed

Do not auto select first option and populate field #2653

martincarstens opened this issue May 28, 2018 · 3 comments

Comments

@martincarstens
Copy link

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?

@trkaplan
Copy link

"Auto selecting first option" must be optional.
Because I use Select component mainly as a Search Box.
I want to get the typed input, after hitting enter key. It'll be still possible to select one an option from the list.

@noahzweben
Copy link

@martincarstens did you figure this out?

@martincarstens
Copy link
Author

martincarstens commented May 15, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants