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

Be able to key out of suggestions list #50

Open
wants to merge 1 commit into
base: 2.6
Choose a base branch
from

Conversation

jaronbarends
Copy link

Scenario:

Now the user can not "leave" the list to be able to submit the text in the search field with [enter]

My pull request makes the active item not wrap around, but removes the active state after the first / last item is passed. (Hitting the up/down key one more time then starts a new sequence, so the order will become 1st - 2nd - 3rd - last - none - 1st - 2nd...)

… up/down keys to move through the list, don't wrap around immediately, but first go through a stage where no item is active
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

Successfully merging this pull request may close these issues.

None yet

2 participants