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

Dropdown Autocomplete Arrow Key Bug #227

Open
fonmagnus opened this issue Dec 12, 2021 · 0 comments
Open

Dropdown Autocomplete Arrow Key Bug #227

fonmagnus opened this issue Dec 12, 2021 · 0 comments

Comments

@fonmagnus
Copy link

fonmagnus commented Dec 12, 2021

How to Reproduce :

  1. Create a vs-select component with filter and a list with 1st, 2nd, ..., Nth items
  2. Type some keyword to filter the i-th item on the list (i > 1)
  3. Press arrow key down

Expected : Immediately go to the i-th item
Actual : Go to the 1st item (which doesn't displayed because it's filtered)

Current solve : Need to press arrow key i times to move to the i-th item
Better to : Just press arrow key once to move to the i-th item

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