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
Yeah, that is something not considered because we expect all custom elements being new tags.
Will discuss with the team and consider this in a new version.
An example of this is iron-form, which extends the default form element.
The generated IronForm widget doesn't function properly.
It specifies an
<iron-form>
tag instead of<form is="iron-form">
Moreover, the get/setAction and get/setMethod are not inherited.
The text was updated successfully, but these errors were encountered: