react-rte
react-rte copied to clipboard
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
user should not be able to write characters more then 2000!
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.
#243