Is there a way to delimit my textboxes in a rectangle and give a default height for them ? I tried using style in my <Editor /> but it’s not working. Here my code Answer Maybe you need to use editorStyle={{ height: 200, margin: 12,borderWidth: 0.5,padding: 10,borderRadius: “2px” }} attribute instead of style it works for me `
Tag: react-draft-wysiwyg
Dropdowns are not working using react-draft-wysiwyg in React JS
I tried to use react-draft-wysiwyg using the docs Some icons are displayed but not working : block type, font, font size,pickerColor (the dropdowns are not working). For example, the font size is set to 16 by defauft, but I can’t change it… Answer Well that’s weird, I have no explanation for that but I’ve changed only in index.js: by :