There's a nice code snippet on selectize here, that shows both name and email address, both searchable:
Is possible to pass a dataframe to updateSelectizeInput() and create a similar input widget?
There's a nice code snippet on selectize here, that shows both name and email address, both searchable:
Is possible to pass a dataframe to updateSelectizeInput() and create a similar input widget?
you can pass a dataframe to a server-side selectize, see the documentation