Results 4 comments of RahulGarg

Hello, Thank you for responding to the mail. My issue that I am facing is to add a list item in the end of my editor state. For eg: in...

Okay, I got what I want. i have done it using two methods 1.) ``` let rawObject = convertToRaw(this.state.editorState.getCurrentContent()); var enterObject = {}; const processedHTML = DraftPasteProcessor.processHTML("Welcome"); enterObject.depth = processedHTML[0].depth;...

Does anyone knows any other way to append a new content block inside the draftjs texteditor ? I have few buttons and on the click of them I want to...

@samrith-s Any update on this one? I am facing the very same issue.