Is it possible to show the full options list when the autoCompleteJs.input has focus? #277
NeilSchneider
started this conversation in
General
Replies: 2 comments 3 replies
-
Hello @NeilSchneider, Try using the below snippet, and let me know how it goes. events: {
input: {
focus() => autoCompleteJS.start(" ");
},
}, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello, I added a solution here : #332 (comment) Working codepen : https://codepen.io/lucasroquilly/pen/LYQdpXB |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please ignore, found the threshold property.
I would like the users to see all items available if when the search input is focused and no input has been entered. Is this possible.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions