<Dynamic>
can't create customized built-in elements
#2413
Labels
webcomponents
related to solid-element, custom elements, shadow dom, or other web component related features
Describe the bug
I'd like to extend the
<a>
element and create such an extended element using<Dynamic>
in solid-js, but right now that's not possible without manually usingdocument.createElement("a", { is: "customized-link" })
Your Example Website or App
https://playground.solidjs.com/anonymous/790f2888-36f6-40fb-9527-0cd30edbde60
Steps to Reproduce the Bug or Issue
Expected behavior
So basically I'd want the
is
property to be passed down when<Dynamic>
callsdocument.createElement
(see mdn docs)Screenshots or Videos
No response
Platform
Latest Firefox on macOS
Additional context
No response
The text was updated successfully, but these errors were encountered: