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

Polymer Get Element By Id From Shadow Root

I am not able to get an element by id that is in the shadow root. It will return nil. Here is the c… Read more Polymer Get Element By Id From Shadow Root

Polymer: How To Watch For Change In Properties

I'm just starting to learn Polymer. Here is a generic version of my polymer element: Read more Polymer: How To Watch For Change In Properties

How To Make Onchange Event In Polymer

I'm getting this message TypeError: document.addEventListener(...) is not a function (document.… Read more How To Make Onchange Event In Polymer

Data Binding In Polymer - Function Is Being Removed From Bound Object

I'm encountering an issue binding an object that contains a function from angular to Polymer 1.… Read more Data Binding In Polymer - Function Is Being Removed From Bound Object

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?

Svg Tags Within Polymer Dom-repeat

I'm iterating over an object using dom-repeat, and want to reference different icons from an SV… Read more Svg Tags Within Polymer Dom-repeat

Different Current Target Using On-tap On Paper-button With Iron-icons

Why current target on-tap is different using paper-button with iron-icons and paper-button without … Read more Different Current Target Using On-tap On Paper-button With Iron-icons

Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code

UPDATE: I have now replicated this issue in Plunker. I did check the duplicate question suggested. … Read more Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code