Questions tagged [polymer-1.0]

User this tag for questions specific to version 1 of Google's web components library, Polymer.

Polymer 1.0 is the first production-ready release of Google's web components library, . It was released at Google I/O on May 29, 2015.

2366 questions
0
votes
1 answer

Are paper-input 2.0 value two way bindable with Polymer 2

Polymer's paper-input element allows two way binding of value attribute when used with shady DOM. But it does not allow two way binding with Polymer 2 because Polymer 2 uses shadow DOM
0
votes
1 answer

Polymer Javascript Dom-Repeat Button Group Issue

I'm relatively new to Polymer and I am trying to create a button group with a button corresponding to each entry in a property array. Here is the code that I have so far: