python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Custom editor tag <hr /> is not showing standalone
I managed to add suport for <hr /> tag in react-draft-wysiwyg. It's working but requires something like a neighborhood of other tags to be shown:
addHr = () => {
let { editorState, onChange }...
Saletra
Votes: 0
Answers: 0
Draft.js conversion without browser
I'm in the middle of migrating some saved editor text/data from another rich text editor (Quill) to using Draft.js. The data exist in files in a format digestible by the current text editor, and I wou...

Aarni Joensuu
Votes: 0
Answers: 1