This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
wrong selected value when use dom-repeat #82
Labels
Comments
iron-selector not updates its selection on dom repeat items when data change, i tested it in polymer gmail @ebidel example that app fails to update |
Please re-open this issue with a JSBin demonstrating the problem! For more details on filing issues, you can refer to our contributing guidelines. |
Hello, I demonstrated the problem in plunker: http://plnkr.co/edit/dqSFV2XQ6x1UjJdm7fFl?p=preview is it ok? do I have to open a new issue or reuse this one? |
👍 you r the bro bro |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use iron-selector on a dom-repeat a list of item
First I set the selected value to
foo
then set the list to["bar", "foo"]
and I sawfoo
is selected as expected. But then, I set the list to["foo", "rock"]
, the selected value is alwaysfoo
, but now the real selected node isrock
, notfoo
. So the selected value is no longer tells the real selected node.The text was updated successfully, but these errors were encountered: