Display all values in a Shiny selectInput box (1000+)
问题 I am working an a Shiny app where I want to allow the user to pick from a longer list of genes (~1800) and then have corresponding graphs for the selected gene displayed. My problem is that I cannot get Shiny to display the whole list of genes available to select from in the drop-down menu of the selectInput box, it seems that only the first 1000 or so get displayed. Then I found a promising solution using server-side selectize, where all the available options get displayed when the user