froala / wysiwyg-rails

Ruby gem for Froala jQuery WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
464 stars 101 forks source link

Is there any possibility to paste text trimmed up to the max length??? #116

Open Mithunreddy123 opened 1 year ago

Mithunreddy123 commented 1 year ago

Our users are confused when they paste but nothing is inserted. We figured out that it happens when the pasted text is longer than the max we set for the char counter plugin. We would like to insert the text trimmed up to max length.

Thanks in advance.