-
Notifications
You must be signed in to change notification settings - Fork 131
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
data bound in item templates do not render w/o interaction on 2.0-preview #445
Comments
This seems like related to Polymer/polymer#4601 |
Just checked the patch for that issue and it is the same problem, thanks @frankiefu for matching those up, never would have thought to look at those issues! Also thanks to @sorvell for the fix! |
👍 |
Do we know when this will land in a release? (I suppose worst case I can make an exception and pull the branch for this fix or fork and apply it to a local repo but hoping to avoid more problems ;) ) |
We are planning to do a Polymer release this week. Thanks for bearing with us! |
I'm still experimenting this issue with Polymer 2.X |
The original issue has been fixed since Polymer 2.0.1 (see https://raw-dot-custom-elements.appspot.com/PolymerElements/iron-list/v2.0.8/iron-list/demo/basic.html for demo). If you see another issue please make a new issue with appropriate details. |
Description
Working with 2.0-preview branch, my iron-list templates all render the static content but none of the bound data... This can be "fixed" one of several ways it seems (not code fix, but rendering fixed)
For comparison, I tested with dom-repeat as well... it worked no problem.
Expected outcome
List items render bound data properly when data is supplied
Actual outcome
List is not rendering any bound data initially
Live Demo
(I will get this setup tomorrow/today (almost 4am right now)
Steps to reproduce
(will edit this as well once the demo is available)
Browsers Affected
The text was updated successfully, but these errors were encountered: