ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

id bsCollapsePanel #85

Open dbstern opened 7 years ago

dbstern commented 7 years ago

I'm using shinyBS to inform if all inputs chosen by the user are ok, if a file has been successfuly saved and such.

I'd like to change the message displayed on the title on certain events. I thought of using shinyjs::html() for that purpose, but I would have to be able to assign an id to my bsCollapsePanel (or at least that's what've understood). Is there a reason why id is not a parameter of bsCollapsePanel?