question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, 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:open
  • Created 8 years ago
  • Reactions:5
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
paulopaquiellicommented, Jun 7, 2018

+1 Awaiting for release 😃

2reactions
Nigellicommented, Jan 29, 2016

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found