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
When using shinyjs::disabled() with a Panel, it disables textinputs and actionbuttons like expected. However, downloadButtons get ignored and stay enabled. If you put the downloadButton solely into disabled though, it works like in originally posted by @daattali in #132 (comment).
When using
shinyjs::disabled()
with a Panel, it disables textinputs and actionbuttons like expected. However, downloadButtons get ignored and stay enabled. If you put the downloadButton solely intodisabled
though, it works like in originally posted by @daattali in #132 (comment).MWE:
The text was updated successfully, but these errors were encountered: