jodit
jodit copied to clipboard
Is there no html input function in the text?
You want to use the Editor window to modify an existing creation. Does the editor window body have the ability to enter a string with html tags?
<JoditEditor
tabIndex={1}
value={"test"}
/>
As above, only pure text is entered in the value part! Is there no way to enter the html tag with another method?