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
This is very handy, and i am using the autocomplete_input function as I have a really large list (>80 000 options) and selectizeInput was just way too slow.
But, I wanted to know if it's possible to use autocomplete_input to select multiple options? Similarly how in selectizeInput one would set multiple = TRUE.
Thanks!
Megan
The text was updated successfully, but these errors were encountered:
I'm glad that the autocomplete helps you. I was thinking about the multiple option quite a while ago but never implemented it. I will now have a closer look at it again. But I can't say when it will be finished.
Hi there
This is very handy, and i am using the
autocomplete_input
function as I have a really large list (>80 000 options) andselectizeInput
was just way too slow.But, I wanted to know if it's possible to use
autocomplete_input
to select multiple options? Similarly how inselectizeInput
one would setmultiple = TRUE
.Thanks!
Megan
The text was updated successfully, but these errors were encountered: