23
Views
3
Comments
[Tiny Rich Text Editor 7] InnerHTML error
tiny-rich-text-editor-7
Reactive icon
Forge asset by Lucas Soares
Application Type
Reactive

I get this error when I open the interface containing the component.

Could someone help me how to fix it ? 

Thanks!

2025-02-09 19-39-40
Lucas Soares
 
MVP

Hi Cynthia, I hope you are well.


Could you add more context to your flow, such as printscreens, what the screen looks like and other information that makes it easier to understand what you intend to do?


This error usually appears when the component does not find the element.Id.


Example, imagine that I have a container.id but this container is only created (on the screen) after a certain action, so in this case the component will try to read a container that does not yet exist, and this is impossible, hence the error.


In the simplest translation, this error means that the component was unable to find the id of the element you are using in the HTML.

UserImage.jpg
Cynthia Calderón Cerqueira

I set it up the same way as in the demo. 

I put a container id and configure the TinyEditorOnChange to save the data into the variable

2022-12-01 23-45-12
José Gandarez

Hi Cynthia,

Put the div editor_introduction before the TinyEditor instead of afterwards.

I hope this helps.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.