sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 430 forks source link

Allow hiding the toolbar externally #379

Closed CmdrDats closed 4 years ago

CmdrDats commented 4 years ago

This lets you show/hide the toolbar from an external UI element. Useful, for instance, if you're editing a rich field, but usually don't care about formatting.

I would have preferred the positive toolbarVisible case instead, but I don't want to break existing implementations.