Closed latlio closed 3 years ago
This is not specific to shinyglide
, but for this to work you have to add the module name to your element id in your condition (and you can't use the dot notation because of the presence of an hyphen) :
next_condition = "input['mod1-n'] > 0"
See also here : https://stackoverflow.com/a/39110211
Modularizing your minimal example that I found here
The next button remains disabled even though the conditional is fulfilled. In
conditionalPanel
, there is an explicitns
argument included. Is there support for this withinshinyglide
?