jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

Accessing all Suggestions on Enter?

Open fuxifex opened this issue 6 years ago • 1 comments

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

fuxifex avatar Oct 17 '19 12:10 fuxifex

Try setting

minChars: 0

hznst avatar Nov 12 '19 17:11 hznst