Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Suggestions on Click #821

Open
francoisdutoit opened this issue Feb 26, 2021 · 1 comment
Open

All Suggestions on Click #821

francoisdutoit opened this issue Feb 26, 2021 · 1 comment

Comments

@francoisdutoit
Copy link

francoisdutoit commented Feb 26, 2021

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 :)

@koto4
Copy link

koto4 commented Dec 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants