ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Fixing iss38 (conditionalPanel within bsCollapsePanel). #68

Open mattflor opened 8 years ago

mattflor commented 8 years ago

Hopefully, this fixes issue #38. I am not sure though whether this is just tinkering with the symptoms. If conditionalPanels are nested within bsCollapsePanels then somehow the sbs-value data array of the parent bsCollapse may contain multiple entries for the same bsCollapsePanel. Basically, all this fix does is the following:

What I was not able to find out is why multiple entries show up at all.