I am looking for a way to implement disabling/abling functionality over my shinyUI elements. Here xiaodaigh gives a hint how to disable/able an actionButton
(see an image below) and this is my desired result, but the code does not do the trick with other gui elements I have tested (e.g. numericInput
).
(I know a conditionalPanel
feature, but this is not the effect I would like to have.)
I would strongly appreciate any suggestions, especially because I am not much familiar with JavaScript
.