Hi,
I added two sliderInput into the app with package "shiny": sliderA and
sliderB. The values in the two sliders are correlated. If I change sliderA,
I used updateSliderInput to update the value in sliderB. And also If I
change sliderB, I used updateSliderInput to update the value in slideA.
The problem is it is an endless loop. How can I use updateSliderInput
without sending message to update the other slider.
Thank.