Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer 2.x

Applying Behaviors With Js Mixins In Polymer 2

I want a custom element I'm defining to have the Polymer.IronScrollTargetBehavior in Polymer 2.… Read more Applying Behaviors With Js Mixins In Polymer 2

Styling Native Input In Polymer 2.x?

I am trying to implement this answer. Is there any way to bind an on-click or on-tap event of a to… Read more Styling Native Input In Polymer 2.x?

Polymer UI Element Shadow Root Does Not Support Automation Using Selenium Webdriver

I am facing an issue with automating polymer ui page using selenium webdriver. The reason that is b… Read more Polymer UI Element Shadow Root Does Not Support Automation Using Selenium Webdriver

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