Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
276 stars 58 forks source link

Limit the number of characters #19

Closed toklive closed 4 years ago

toklive commented 4 years ago

Is there a way to limit the number of characters and enforce some client-side validation?

ADefWebserver commented 4 years ago

You will wan to add some custom JavaScript to handle this. See: https://github.com/quilljs/quill/issues/688