devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

Accessing all Suggestions on Enter? #775

Open fuxifex opened 4 years ago

fuxifex commented 4 years ago

Hi, is it also possible to access the suggestions array when hitting enter? I made a multi-column search and would then like to load all displayed suggestions at once. thanks

hznst commented 4 years ago

Try setting

minChars: 0