shiny.blueprint icon indicating copy to clipboard operation
shiny.blueprint copied to clipboard

`MultiSlider` needs `reactives` on the server side to share the state with its children

Open filipakkad opened this issue 3 years ago • 0 comments

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

filipakkad avatar Jun 23 '22 11:06 filipakkad