Ping on this one, relevant to 3.x
Hm, should be quite straightforward. The only thing we need to decide on is how to set the option.
From an optimization standpoint, this is going to bite our web application as we upgrade components. We can have thousands of components in the DOM at any given time, so those text nodes really add up.
So, I think this will work:
``javascript
class MyElement extends PolymerElement {
static get template() {
const myTemplate = html
Yeah, tested it with https://glitch.com/edit/#!/wiry-pediatrician - the setAttribute trick works!
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.
Most helpful comment
Ping on this one, relevant to 3.x