Closed icrann closed 5 months ago
The element to add the element to has to be a container you can attach a shadowroot to. You can find a list on MDN. Using a <textarea>
as a container makes so sense since textarea elements can't have anything else than plain text as children.
I'm sure you might've figured this out since you closed the issue.
This library seems really useful but I'm having some issues getting it running.
I'm getting the following error while trying to run the basic editor:
My code is below:
Thanks for any help.