This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Can not call super? #6
Comments
You can't extend |
thanks @justinfagnani . Is there a list of elements currently supported? |
Only |
are you still working on it? i need self defined input and textarea elements in forms ;) |
We're still in a situation where we have no native implementations of customized built in elements. That may change soon... |
It seems like Chrome supports it as far as I can tell. I would love to have access to this feature via a polyfill so I can extend the functionality of a textarea. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I defined a class for a custom div element like so:
and on using it as
<awesome-div></awesome-div>
,I am seeing this (line 82 in app.js is the call to
super()
)The text was updated successfully, but these errors were encountered: