-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
items not updated when selectable is changed #126
Comments
The test case you provided seems to work. Are you seeing different values for |
I solved this issue myself by adding The issue is that If you want me to create a pull request I can, but it's just a one line fix; refer to first line of comment. |
@bicknellr Any update on wether the Polymer team is going to fix this issue? Also, looks like my previous suggestion is incomplete as you would also have to |
Thats exactly the problem, there`s a PR already on #127 , fell free to update it if necessary. |
…k initial selection, PolymerElements#126
Please, check an updated PR regarding this issue on #149 |
The
items
property is not updated when selectable property changesExpected outcome
items and selectedItem properties are updated when selectable change.
Actual outcome
items array and selectedItem are not updated when selectable change.
Steps to reproduce
Test Case
http://jsbin.com/qacariqucu/edit?html,js,output
The text was updated successfully, but these errors were encountered: