-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[0.8] x-repeat should support iterating object-valued items
#1385
Comments
Yes, please, please please. |
👍 |
1 similar comment
+1 |
I'll add to that and suggest adding support for any iterable object (including generators and other user-defined iterables). I think I requested it in 0.5 few months ago. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Please use the "Subscribe" feature under notifications in the right pane instead of +1'ing this into oblivion; Then everyone avoids getting spammed with useless notification emails. |
When iterating over key-value iterable should index represent the key or should there be a separate key property? |
+1 |
A possible solution could be to internally convert all Iterable (Object, Array, Set, Map, Generator) to a I don't know how performant this solution is... Does someone have a better way to do it? Additionally: If we want to support Set/Map (generally) Polymer needs a way to listen to changes made to them. |
Any updates on this? :\ one of the biggest downside I've found on polymer right now |
The new Firebase element does no longer support an array like collection AFAIK, this makes an iterable template for objects a lot more relevant again I hope. |
A big blocking here, of course, because of Firebase element changes. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Does Polymer 2.0 help with this issue? Every time I start side-projects using Polymer I step into this problem. |
+1 |
+1 This would be a really neat feature to have |
+1 |
1 similar comment
+1 |
Polymer 2.0 doesn't seem to have this functionality either? At least I cannot find it in the specs? |
+1 |
1 similar comment
+1 |
same as #800 maybe close one |
+1 seems like such a basic functionality |
Are there any plans for this to come? |
When will there be a fix for this nonsense? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen! |
Currently only arrays are supported. Object (and possibly Map) values should also be made iterable.
This was requested in the Polymer 0.5 codebase per googlearchive/polymer-expressions#11.
The text was updated successfully, but these errors were encountered: