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
For a number of reasons, I want to use UI input variables that include special characters (e.g., Project ID instead of Project_ID). However, it appears that updateselectinput does not work in such cases (e.g., updateSelectInput(session, "plot type", choices = new_choices)). It would be helpful to include such a warning in the updateselectinput docs.
The text was updated successfully, but these errors were encountered:
Interesting, thanks! This behavior seems to be specific to Chrome (I'm on v16.0.5845.187), and applies to both selectInput(selectize = T/F). See below for a minimal reprex and notice how Project ID becomes ProjectID and Other Choice becomes Other choice (even though the <option> HTML sent to the client has the proper, user-supplied, values)
For a number of reasons, I want to use UI input variables that include special characters (e.g.,
Project ID
instead ofProject_ID
). However, it appears thatupdateselectinput
does not work in such cases (e.g.,updateSelectInput(session, "plot type", choices = new_choices)
). It would be helpful to include such a warning in the updateselectinput docs.The text was updated successfully, but these errors were encountered: