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
I noticed Shiny will not keep the order of items that you set in the selected argument. For my use case this ordering matters. The following code will set the order to "A", "C", "D" instead of "C", "A", "D"
Hi!
I noticed Shiny will not keep the order of items that you set in the
selected
argument. For my use case this ordering matters. The following code will set the order to "A", "C", "D" instead of "C", "A", "D"Pretty sure the issue lies in:
Is there a chance this can be fixed?
An additional note; it is strange to me that
input.my_selectize()
will return a tuple, but theselected
will not accept a tuple, only a list.The text was updated successfully, but these errors were encountered: