ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

updateButton(..., disabled = FALSE) in a modal #41

Open lcabre-md opened 9 years ago

lcabre-md commented 9 years ago

Hello, I have tried to use a bsButton for the first time initializing it as disabled and updating it when a condition is met. However, it fails to get enabled. Should work for buttons inside a bsModal? thank you!