[polymer-dev] Polymer 2.0, property access

2017-07-17 Thread hella428 via Polymer
Hi, I have a quite simple component that presents a login screen with native input elements. There is a button which calls "logIn()" on click. If I print out the values of username/password, both are undefined. I tried everything, but nothing works. :host {

[polymer-dev] dom-repeat

2017-07-15 Thread hella428 via Polymer
Hi, I'm quite new to polymer and have a question concerning dom-repeat and rendering. As far as I read it in the docs, a change in the underlying array (element removed) will re-render all elements within the dom-repeat template. I have a case where each of these elements are quite heavy