You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like at least part of the problem is that Polymer isn't inspecting the element's super class. It's just calling HTMLElement directly (and by-passing the binding behavior of HTMLInputElement): https://github.com/Polymer/polymer/blob/stable/src/bindMDV.js#L72
The text was updated successfully, but these errors were encountered:
http://jsbin.com/uhipam/1/edit
In the above example I can't bind to the
value
property in the custom element that extends<input>
.From @rafaelw:
The text was updated successfully, but these errors were encountered: