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

Added recursive hotkey search feature #213

Merged
merged 1 commit into from
Jun 25, 2014

Conversation

chromeragnarok
Copy link
Contributor

Hey guys,

I've added a feature which allows you to do navigate through the option by repeatedly tapping the same character, so that it behaves exactly like a plain select element. For example, if you have a list of all countries in the world, tapping "a" four times will get you to "American Samoa", tapping "i" three times will get you to "Indonesia". This of course, will respect the type-as-you-go search, meaning, typing "ice" will still get you to "Iceland".

You can try the demo with the countries list here: http://jsfiddle.net/6784L/1/

I've left several comments on how it works on the code, so you can see how it works.

I think this will make DropKick more accessible and behave exactly the same like a plain select element. What do you guys think of this? Cheers :)

Robdel12 pushed a commit that referenced this pull request Jun 25, 2014
Added recursive hotkey search feature
@Robdel12 Robdel12 merged commit 37d8515 into Robdel12:develop Jun 25, 2014
@Robdel12
Copy link
Owner

Awesome! Thanks!

@chromeragnarok
Copy link
Contributor Author

You're welcome! 👍

@chromeragnarok chromeragnarok deleted the recursive_hotkey branch June 25, 2014 14:53
@chromeragnarok chromeragnarok restored the recursive_hotkey branch June 25, 2014 14:58
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