Closed
Description
Note, the live chromestatus.com is using an old version of polymer. You won't be able to repo this there.
When the list of features is filtered, I have a method that queries the shadow root:
filteredChanged: function() {
this.asyncMethod(function() {
featureLiList_ = this.shadowRoot.querySelectorAll('li'); // returns 0 nodes
});
},
this.shadowRoot.querySelectorAll('li')
is now returning 0 nodes.
Running document.querySelector('chromedash-featurelist').shadowRoot.querySelectorAll('li')
confirms this.
Metadata
Assignees
Labels
No labels