HTMLAttributes not getting attached to angular component #63
Replies: 3 comments 2 replies
-
Sorry for the delay. I missed this one. I don't think this is a problem with this package. The renderer doesn't interfere with the DOM created, but rather has its own wrapper. Can you check if this extension works with just tiptap without angular? |
Beta Was this translation helpful? Give feedback.
-
I have come across the same issue. Interestingly, when I remove |
Beta Was this translation helpful? Give feedback.
-
Sorry for my late reply, so I haven't spent much time figuring out how to do it purely within the extension since we have access to all the attributes with
Since this was enough for me I haven't really bothered implementing it differently. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have encountered an issue with HTML attributes and custom node views. I'm not sure if this is a bug or just me not understanding how things work, but I would appreciate any help.
So this is my extension
Although the renderHTML methods get correct values for the attributes, none of the attributes is added to the HTML element.
Is this maybe angular related or something? If I do it via JS for example el.setAttribute(...) the attribute will get attached to the element.
As said any help or guidance will be appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions