How to read this.$$('#startdate').value on WCT using polymer

49 Views Asked by At

I'm unable to read the value from this.$$('#startdate').value to WebComponentTest(WCT)

startDate = this.$$('#startdate').value
1

There are 1 best solutions below

0
Tanima On

I think you have not referenced to the polymer and webcomponent.min.js file under your scripts section.