We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>.
value
<input>
From @rafaelw:
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:
@morethanreal Can you verify if this is still a problem? Thanks.
Sorry, something went wrong.
Seems to be fixed now.
Remove a few hacks from td-item
190083a
- Remove workarounds for Polymer/polymer#186 - Platform.flush is automatic with asyncMethod
morethanreal
No branches or pull requests
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: