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

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

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

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

Html Import Not Working In Chrome

According to this article, it is possible to use HTML Imports via Polymer on browsers other than th… Read more Html Import Not Working In Chrome

How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

I have html page using polymer builtin elements along with my customElement(my-form) … Read more How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

Cannot Remove Overlapping Box-shadow

More specifically, i'm using polymer paper-shadow. I'm trying to remove two sides of a pape… Read more Cannot Remove Overlapping Box-shadow

Add A "dynamic" Element With Data-binding To My Polymer-element

For days I try to feed Polymer with some 'dynamic' elements :) Unfortunately without succes… Read more Add A "dynamic" Element With Data-binding To My Polymer-element

Polymer Data-binding: How To Access Data In Nested Template?

I want to implement a page containing a paper-tabs, with each tab showing a list of items according… Read more Polymer Data-binding: How To Access Data In Nested Template?