[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] Re: Polymer 2.0, property access

2017-07-17 Thread abhishek gupta
Have you tried using this ($=). Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from

[polymer-dev] Re: Polymer 2.0- Error while using Array of objects with dom-repeat

2017-07-17 Thread Naga Sai A
Thanks Abhishek, my question is how to dom repeat array of objects? On Monday, July 17, 2017 at 1:46:43 AM UTC-5, abhishek gupta wrote: > > You are using polymer binding outside of dom-module. That will not work. >> In order to test your element you can pass it an array like >> > > > > > Fo