conditionalPanel code was not behaving on one of my installations, but worked on another one. It turned out that the shiny.jquery version was 3.x on one of my machines, which throws exceptions with sake code. You could force shiny to use an older version, e.g. by adding the following option in global.R:
Hi,
conditionalPanel code was not behaving on one of my installations, but worked on another one. It turned out that the shiny.jquery version was 3.x on one of my machines, which throws exceptions with sake code. You could force shiny to use an older version, e.g. by adding the following option in global.R:
options(shiny.jquery.version = 1)