You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this still doesn't fix the Chrome warning for me. Nevertheless, the styles appear to be applied properly to the paper-time-picker when used in a dialog.
I'm using Polymer 2.x and paper-time-picker 1.2.0.
The text was updated successfully, but these errors were encountered:
paper-time-picker-dialog-style.html has an unclosed
<custom-style>
tag. This causes Chrome to report:It is also missing an import of custom-style.html.
The corrected file would look more like this (like paper-date-picker-dialog-style.html):
However, this still doesn't fix the Chrome warning for me. Nevertheless, the styles appear to be applied properly to the paper-time-picker when used in a dialog.
I'm using Polymer 2.x and paper-time-picker 1.2.0.
The text was updated successfully, but these errors were encountered: