yuku / textcomplete

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

_skipSearch should escape the "Escape" key #268

Closed brumer closed 8 years ago

brumer commented 8 years ago

when pressing Esc the _onKeyup is fired with keyCode for escape (keyCode 27) and triggers a new search. This makes the autocoplete dropdown re-appear when hitting escape instead of just closing.

yuku commented 8 years ago

pull requests are welcome

brumer commented 8 years ago

269