JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

add request attribute min max for validation length Character #1349

Open rohadiat30 opened 6 months ago

rohadiat30 commented 6 months ago

I'm using sun editor as a text editor in my project, and I'm trying to apply the mandatory maximum character length, by applying it to onChange, but it doesn't work as it should, when the characters have reached the maximum limit I can add characters.

"suneditor": "^2.45.1", "suneditor-react": "^3.6.1",

Thanks before