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

Select first option on enter when search is enabled #18

Closed
nichtich opened this issue Jan 15, 2021 · 0 comments
Closed

Select first option on enter when search is enabled #18

nichtich opened this issue Jan 15, 2021 · 0 comments

Comments

@nichtich
Copy link

I stumbled upon this in my project but could reproduce in the demo with "example #5 - Autocomplete with async options" as well:

  1. Type in "perl"
  2. An async list is loaded with a single entry "Perl"
  3. Press Enter
  4. Nothing happens, but the first list entry should be selected

Note this issue is not about case-insensitive search! The async backend function could also return "Practical Extraction and Report Language" when searching for "perl". My use case is a search for languages where searching for the language names or codes returns language names, e.g. search "de" will show first list entry "German".

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

1 participant