Closed jeacott closed 10 years ago
Bootstrap's accordion doesn't work for hidden content (e.g. content in a tab panel). See, e.g. https://github.com/twitter/bootstrap/issues/2274 The collapse functionality counts on elements having a size, but hidden elements don't. Sorry
Hi, the bootstrap accordion works just fine inside my tab pane, the issue you reference is not the reason it doesnt work. When I enable your wizard on my otherwise functional accordion, all the accordion panels collapse as expected, but no longer respond properly to click/expand events. the same accordion works with your code if I move it outside of the tab.
closing as stale
tried this inside a bootstrap tab-pane but it doesnt work.