react-rte icon indicating copy to clipboard operation
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

Open Tariqali13 opened this issue 5 years ago • 2 comments

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

Tariqali13 avatar May 07 '20 21:05 Tariqali13

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.

erikt9 avatar Jun 16 '20 01:06 erikt9

#243

williamhoos avatar Jul 16 '20 21:07 williamhoos