jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Is there no html input function in the text?

Open apollonius9 opened this issue 4 years ago • 0 comments

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?

apollonius9 avatar Dec 03 '20 01:12 apollonius9