ijlyttle / bsplus

Shiny and R Markdown addons to Bootstrap 3
http://ijlyttle.github.io/bsplus/
Other
146 stars 21 forks source link

reactive bs_modal #90

Open pisistrato84 opened 4 years ago

pisistrato84 commented 4 years ago

Hi,

Is there a way to make bs_modal reactive, so that its body can be updated within observeEvent? I am trying to render an rmarkdown file inside a modal, after passing some variable from input.

Thanks