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
The argument selectize says "Whether to use selectize.js or not". Most shiny users probably don't know that selectize.js is a javascript dropdown library, and that argument is a mystery to them.
Similarly, I've seen many intermediate shiny users being completely unaware of the difference between selectInput() and selectizeInput(). It would be good to explain that difference.
The text was updated successfully, but these errors were encountered:
The argument
selectize
says "Whether to use selectize.js or not". Most shiny users probably don't know that selectize.js is a javascript dropdown library, and that argument is a mystery to them.Similarly, I've seen many intermediate shiny users being completely unaware of the difference between
selectInput()
andselectizeInput()
. It would be good to explain that difference.The text was updated successfully, but these errors were encountered: