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

template is="dom-repeat" leaves a non hidden <dom-repeat> element in the dom, screwing up css grid layout #4832

Closed
akc42 opened this issue Sep 8, 2017 · 2 comments

Comments

@akc42
Copy link

akc42 commented Sep 8, 2017

I am trying to build complex table using dom repeat create the table cells. Unfortunately a <dom-repeat> element is left in the dom which creates one more cell in the table.

I can work around the problem by using css

dom-repeat {
  display: none;
}

But it would be better if I didn't have to

Polymer version 2.0.2

@Westbrook
Copy link
Contributor

Coming soon to a stable release near you: #4821

@TimvdLippe
Copy link
Contributor

Yes, this should be fixed with #4821 and part of the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants