I have a selectInput box in my RStudio Shiny website, and I have it set up with selectize=FALSE because it's a long list, so I specify the height and width that I desire. I would like to know if there is any way to enable searching for text inside the choices of the selectInput box using the Find utility in my browser (Ctrl+F).
Any ideas?