weird display on non visible html element.

I have non dispayed element that is using v-if for the div.  so when the page loads the rich text editor is not visible.  After user interaction  the div is rendered and the rich text editor doe not display properly.  If it does display the toolbar is not rendered.  is there a way to create the richtext editor dynamically.  or refesh all elements when the div is rendered.


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team April 15, 2024 06:31 AM UTC

Hi James Boomer,


We suggest you to call the refreshUI method of the RichTextEditor, when the v-if div becomes visible, which refreshes the UI of the RichTextEditor to resolve your reported issue.

If still issue persists, please share us with the simple issue replicating runnable sample to validate further.



Regards,
Vinitha

Loader.
Up arrow icon