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

How to Limit the Maxlength of RTE. like i want to make max length of 2000 characters? is there any prop or way to limit the character input in editor #359

Open Tariqali13 opened 4 years ago

Tariqali13 commented 4 years ago

user should not be able to write characters more then 2000!

erikt9 commented 4 years ago

https://github.com/facebook/draft-js/issues/119.

Has a discussion on how to do it for generic draft-js editors and is how I implemented it in my own editor.

williamhoos commented 4 years ago

243