You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
so when I inspect the core-list component in chrome dev tools, {{selected}} is null, when clicked {{selected}} goes true, collapse gets triggered, then {{selected}} goes back to null, and collapse gets triggered again.
I removed core-collapse and {{selected}} stays true when clicked.
How do I fix this behaviour? Is this a bug?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
So I am trying to figure out why the core-list's selected property is being set to null when I trigger my core-collapse component. Here is my code:
so when I inspect the core-list component in chrome dev tools, {{selected}} is null, when clicked {{selected}} goes true, collapse gets triggered, then {{selected}} goes back to null, and collapse gets triggered again.
I removed core-collapse and {{selected}} stays true when clicked.
How do I fix this behaviour? Is this a bug?
The text was updated successfully, but these errors were encountered: