jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.42k stars 1.16k forks source link

Config question: removing elements? #442

Open zeg-io opened 7 years ago

zeg-io commented 7 years ago

I'm going through the docs but I seem to be missing how to actually fully remove certain elements.

Example: I don't want the user to change font or font-size, nor pick colors, etc.

While I can remove fonts from the list, I can't seem to get rid of the drop-down placeholder. I'm sure it's something minor, just can't find it.

jpuri commented 7 years ago

Hey @zeg-io ,

Please check this example: https://github.com/jpuri/react-draft-wysiwyg/blob/master/stories/SelectedOptions/index.js#L11

Let me know if you still face any issue.