leptos-tiptap
leptos-tiptap copied to clipboard
Is it possible to set the content of TipTap programmatically?
Besides the initial setting of the content, is it possible to dynamically set the content after the component is created? I tried setting the setter (set it to empty string to clear the editor for example) but the control does not show the change and continues to show the old text.