tab to complete?
See original GitHub issueHi, not necessarily an issue but as a user I expect to be able to select an item from the list by hitting the tab key.
Easy to fix by adding key code 9 to line 72 in awesomeplete.js?
if ((c === 13 || c === 9) && me.selected) { // Enter or Tab
Issue Analytics
- State:
- Created 8 years ago
- Reactions:5
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Command-line completion - Wikipedia
Command-line completion (also tab completion) is a common feature of command-line interpreters, in which the program automatically fills in partially typed ...
Read more >Use Tab Completion to Type Commands Faster on Any ...
Tab completion is especially useful when typing file names, directories, and paths. Rather than trying to type a long file name that may...
Read more >Tab completion for System.CommandLine - Microsoft Learn
How to enable and customize tab completion for apps built on the System.CommandLine library.
Read more >Tab completion | Hydra
Tab completion can complete config groups, config nodes and values.
Read more >Tab completion in GNU Readline - Thoughtbot
This post will talk you through the more advanced Readline tab completion features gitsh uses and show you how to use them in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1 Awaiting for release 😃
Yes of course, but once you have you choice selected if you tab to move away should this choice not be chosen?
Isn’t it logical to assume that if the user has made the effort to go down the list and highlight the most appropriate item then it is unlikely their intention when tabbing away will be to cancel their choice?