We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I think Array are not enough today!
Polymer should support Sets and Maps as well.
Like this:
properties: { prop: { type: Set, value: function() {return new Set();}, notify: true } }
Therefore the Polymer.Base must support add/delete/set (set is a little difficult) functions similar to the push/splices functions for arrays.
Polymer.Base
What do you guys think?
Is this a general necessity?
How can it be accomplished?
The text was updated successfully, but these errors were encountered:
items
Yes you can! Please check out the JSBin in #3751 (comment) for an example.
Sorry, something went wrong.
No branches or pull requests
Hi,
I think Array are not enough today!
Polymer should support Sets and Maps as well.
Like this:
Therefore the
Polymer.Base
must support add/delete/set (set is a little difficult) functions similar to the push/splices functions for arrays.What do you guys think?
Is this a general necessity?
How can it be accomplished?
The text was updated successfully, but these errors were encountered: