Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Relative Paths To File Issue In Deploying An App

I have a polymer app that I'm deploying to Google App Engine. It is step-2 of the beginner poly… Read more Relative Paths To File Issue In Deploying An App

Polymer Paper-input And Form Submission

I'm working on a forum theme and started using web components but the form elements don't w… Read more Polymer Paper-input And Form Submission

Paper-input: Suggest Values In Typeahead

Is there an easy way to implement a typeahead using Polymer's element? The HTML tag seems to … Read more Paper-input: Suggest Values In Typeahead

Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

I am having an issue with the rendered html for a simple paper-dropdown-menu. The list items do not… Read more Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

Passing Custom Css To Polymer Element

I would like to be able to pass CSS width to my custom element's shadow DOM. The custom element… Read more Passing Custom Css To Polymer Element

How To Display Html Inside Template?

I have polymer-element: example By default templates is not allowed to insert html. This sample i… Read more How To Display Html Inside Template?

Content Within Div Won't Fill Available Space Without Specifying Height

I have a page that is separated vertically into two panes. The left side layout is fine but I am h… Read more Content Within Div Won't Fill Available Space Without Specifying Height

Get Multiple Values Of Selected Paper-radio-button

I have a dom-repeat element that creates a paper-radio-group with a couple of paper-radio-buttons. … Read more Get Multiple Values Of Selected Paper-radio-button