sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 430 forks source link

Is it possible to load the component with a predefined html string? #386

Closed ieatmangos closed 3 years ago

ieatmangos commented 3 years ago

When the component mounts, I want to the input field to already have a value of an html string. Is this possible with React-RTE? Would be cool if I could spread in an object as its value after calling

fiderosado commented 1 year ago

you can show me