twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

Search on pressing enter key #1764

Open anasyo10 opened 5 years ago

anasyo10 commented 5 years ago

I know this is stupid but is it possible to show the search results on pressing enter key or clicking a button?

KETANBHALERAO commented 4 years ago

I would also like to know about this ( Against the meaning of typeahead agreed ) Usecase - When using remote if we allow enter key/button search, it will avoid unnecessary server calls I know we have minLength but enter/button event will surely help