Skip to content
New issue

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

Can't bind to the value of a custom element that extends <input> #186

Closed
morethanreal opened this issue Jun 18, 2013 · 2 comments
Closed
Assignees

Comments

@morethanreal
Copy link
Contributor

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:

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

@ghost ghost assigned morethanreal Sep 25, 2013
@sorvell
Copy link
Contributor

sorvell commented Sep 25, 2013

@morethanreal Can you verify if this is still a problem? Thanks.

@morethanreal
Copy link
Contributor Author

Seems to be fixed now.

dfreedm added a commit to googlearchive/todomvc that referenced this issue Oct 16, 2013
- Remove workarounds for Polymer/polymer#186
- Platform.flush is automatic with asyncMethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants