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

How Can I Dynamically Add Items Into Paper-dropdown-menu?

I tried adding it with like dropdownMenu.appendChild(menuItem) but as I expected this doesn't w… Read more How Can I Dynamically Add Items Into Paper-dropdown-menu?

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

Polymer Use Function Validation On Core-input

Can someone explain me how to use the function validation of this Polymer element (navigate to the … Read more Polymer Use Function Validation On Core-input

Digging Custom Tags Out Of Polymer Element Definitions

Dealing with some relics of the past in our elements' implementation, we've hit a snag reac… Read more Digging Custom Tags Out Of Polymer Element Definitions

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

Linking 2 Custom Elements Through Parent

I have 2 custom child elements that I am trying to pass data between through a parent element. My c… Read more Linking 2 Custom Elements Through Parent