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
MultiSlider shares the state with its children (MultiSliderHandle components) - currently we have to use reactiveValues to store a state.
The goal would be to exclude Shiny server and store the state of the component on the client side
The text was updated successfully, but these errors were encountered:
filipakkad
changed the title
MultiSlider needs reactives in order to share the state with its childrenMultiSlider needs reactives on the server side to share the state with its children
Jun 23, 2022
MultiSlider
shares the state with its children (MultiSliderHandle
components) - currently we have to usereactiveValues
to store a state.The goal would be to exclude Shiny server and store the state of the component on the client side
The text was updated successfully, but these errors were encountered: