We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a trouble with using component.
Collapse content should be expanded
When i click the button its throws a error.
Here is my html template:
<template is="dom-repeat" items="[[items]]"> <div class="collapse-container"> <button on-click="toggle">[[item.content.title]]</button> <iron-collapse id="collapse"> <div class="collapse-item"> [[item.answer]] </div> </iron-collapse> </div> </template>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I have a trouble with using component.
Expected outcome
Collapse content should be expanded
Actual outcome
When i click the button its throws a error.
Live Demo
Here is my html template:
Browsers Affected
The text was updated successfully, but these errors were encountered: