0

I have a problem using core-collapse elements with layout attributes vertical layout All collapse are opened and I can't close them. I set also opened="false" but the elements are still opened and not closable.

    <core-collapse vertical layout opened="false" id="{{test.name}}">
                <template repeat="{{user in test.users }}">
                  <paper-item style="margin-left: 5%" on-tap="{{collapseDevice}}">
                    {{users.name}}
                  </paper-item>
                </template>
    </core-collapse>

Using Polymer 0.5.. It's a bug in Polyer 0.5? Is there a workaround?

Erdem Güngör
  • 867
  • 5
  • 14
  • 27

0 Answers0