Accordion and Dynamically-Created Panels

Hi there –

I’m trying the Vaadin accordion & accordion panel components. In the examples I’ve found so far, the panel elements are passed into the accordion directly; however, I’ve been passing them in through the Polymer <template> tag (specifically: dom-repeat), since the number of panels could vary.

I’ve noticed that, when an accordion becomes open, the previously opened one does not close. Could this have something to do with the dom-repeat?

Thanks,
Jen