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

All Suggestions on Click

Open francoisdutoit opened this issue 4 years ago • 1 comments

Hi,

Is it possible to fire all suggestions on click - so as soon as the user clicks inside the textbox,

I have tried minChars: 0 - but that only works for keypress events once the textbox already has focus.

Also tried the below - but does not work...

 var e = jQuery.Event('keydown', { which: $.ui.keyCode.ENTER });
 $('#Origin').trigger(e);

Thanks in advance :)

francoisdutoit avatar Feb 26 '21 10:02 francoisdutoit

I also have the same issue, would love to be able to do that.

koto4 avatar Dec 07 '23 03:12 koto4