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.
When using the core-animated-pages as core-selector with a core-menu, the bind variable "selected" works great, but the selectedModel and selectedIndex both have an issue. They both return the data of the last selected object instead of the current.
I took some captures, hope can help.
Declaration
Output-code
Output-result
can be notice that the INDEX is 0 and the OBJECT.uid too, they both point to the last state instead as the current, and the ITEM.page-uid with the Selected are both at the right state.
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.
When using the core-animated-pages as core-selector with a core-menu, the bind variable "selected" works great, but the selectedModel and selectedIndex both have an issue. They both return the data of the last selected object instead of the current.
I took some captures, hope can help.
Declaration
Output-code
Output-result
can be notice that the INDEX is 0 and the OBJECT.uid too, they both point to the last state instead as the current, and the ITEM.page-uid with the Selected are both at the right state.
The text was updated successfully, but these errors were encountered: