Skip to content
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

Binding to a polymer element property #3107

Closed
David-Mulder opened this issue Nov 30, 2015 · 2 comments
Closed

Binding to a polymer element property #3107

David-Mulder opened this issue Nov 30, 2015 · 2 comments

Comments

@David-Mulder
Copy link

This might be pretty rare, but given polymer element <x-y> with property z (with notify:true) referenced by variable a the following works:

[[a.z]]

however one calls

a.set('z', 'Hello World');

next it won't register the change.

Note: The actual context for this is an array of references to child elements.

@stale
Copy link

stale bot commented Mar 13, 2020

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.

@stale stale bot added the wontfix label Mar 13, 2020
@stale
Copy link

stale bot commented Apr 16, 2022

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!

@stale stale bot closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants