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
When slotting a dom-repeat, i am unable to query the generated items. Possible regression of #2276
http://codepen.io/oridan/pen/JbWrxv?editors=1000
console log should show something like: [x-items] [slot]
[x-items] [slot]
console log shows [] [slot]
[] [slot]
The text was updated successfully, but these errors were encountered:
Closing after discussion in slack. Thanks to @arthurevans suggestion of stamping elements into light dom as follows:
_attachDom: function (dom) { this.appendChild(dom); },
Sorry, something went wrong.
No branches or pull requests
When slotting a dom-repeat, i am unable to query the generated items.
Possible regression of #2276
Live Demo
http://codepen.io/oridan/pen/JbWrxv?editors=1000
Expected Results
console log should show something like:
[x-items] [slot]
Actual Results
console log shows
[] [slot]
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: