How to set maxLength in CKEditor in react js.
I need to set max length character of the ckeditor text area
Does anyone give some examples?
return <CKEditor
data={data.substring(0, maxLength)}
editor={ ClassicEditor }
config={editorConfiguration()}
maxLength={10}>