Vue Conf Bonn follow up Question @evan #12126
Unanswered
woldtwerk
asked this question in
Help/Questions
Replies: 1 comment 2 replies
-
If I get that right, this issue is discussing the same problem/feature request, right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
3.5 brought many custom element improvements. Will we get more features like access to the constructor for advanced features like form participation of CE.
3.5 brought a couple of new options for custom elements. Afaik it is still not possible to have access to the constructor or base class itself.
There are a couple newer features like allowing custom elements to participate in forms. This is done with attachInternals and the static formAssociated prop.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals
Svelte 5 added lower level control like this:
https://svelte.dev/docs/custom-elements-api#component-options
Documentation and ssr of ce is also kinda unclear at the moment. Is there any focus on improving ce support?
Beta Was this translation helpful? Give feedback.
All reactions