yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 303 forks source link

Pressing tab key to select suggestion and continue with more suggestions doesn't work anymore #291

Closed petsuter closed 7 years ago

petsuter commented 7 years ago

Before #212, the Tab key could be used to select a partial suggestion and then continue with more suggestions. Now it just does the same thing as Enter (select suggestion and close menu) instead of showing a new menu with sub-suggestions. How can I get back the old behavior?

Thanks.

yuku commented 7 years ago

It is intended behavior. If you need old behavior, revert d5e5aea4c3113a036d5e1069b96a3c13ce992ff2 by yourself