yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.

Home Page:https://yuku.takahashi.coffee/textcomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

petsuter opened this issue · comments

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.

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