lpotthast / leptos-tiptap

Tiptap integration for the Leptos web framework
https://crates.io/crates/leptos-tiptap
Apache License 2.0
23 stars 6 forks source link

Is it possible to set the content of TipTap programmatically? #5

Closed ababkin closed 2 months ago

ababkin commented 2 months ago

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.