PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

paper-input-container tries to add a custom-style to <body> #674

Closed attilapuskas closed 5 years ago

attilapuskas commented 5 years ago

If someone wants to import the paper-input (including the paper-input-container of course) within the <head> tag then due to the https://github.com/PolymerElements/paper-input/blob/22ccf30d393246013cb1e0d9ea1eb5902db0b0a0/paper-input-container.js#L46 it will be broken. Should the custom-style be added to the head itself?

attilapuskas commented 5 years ago

Thank you!