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'm expecting it to present "Group 1" or "Group 3" and have the underlying 1 & 3 values upon selection, but instead, I'm not seeing the string names for the list, just the underlying integer values.
This is how I would setup a checkboxGroupInput. I also tried doing it using setNames to generate the named list, but it's still not working.
Is this a bug, or am I missing something?
The text was updated successfully, but these errors were encountered:
I'm wanting to use something like the following in a select2input for the choices
I'm expecting it to present "Group 1" or "Group 3" and have the underlying 1 & 3 values upon selection, but instead, I'm not seeing the string names for the list, just the underlying integer values.
This is how I would setup a checkboxGroupInput. I also tried doing it using setNames to generate the named list, but it's still not working.
Is this a bug, or am I missing something?
The text was updated successfully, but these errors were encountered: