You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Description
I'm quite new to polymer so this might be a stupid question, but how do I change the content inside this button elmement?
When I create an Element I would write:
and it works great, but how can I programmaticly change the 'Button 1' text?
I searched here: https://elements.polymer-project.org/elements/paper-toggle-button
And tired:
But this overrides the internal dom inside the button..
I want to use d3 to create these Elements dynamically.
Thanks.
The text was updated successfully, but these errors were encountered: