You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't there a way to programmatically trigger the search?
I would like to have it search automatically when a value is inserted into the input field by some other javascript code (like a button press), but haven't been able to figure out how...
I tried autocomplete.trigger("change") but this didn't do anything :/
Anyone got any ideas? Because that could also easily translate to a solution to your question, e.g. we could bind a down-arrow key (or any other trigger) to the programmatical showing of the search results.
Ideally - I would like to see ALL the options available when pressing the down key.
If there is text in the box - but the
list-group-item
s are hidden, then it shows them again.If there is no text in the input - it sends a request to the server with no value for
q
In my usecase, there are only a few potential values, at most about 10 - so seeing all of them is useful.
The text was updated successfully, but these errors were encountered: