Use MaxLength Plugin have Error #4891
Unanswered
Michael-indochat
asked this question in
Q&A
Replies: 1 comment
-
+1 - and setting it on the contenteditable doesnt help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: Bug in MaxLength Handling
Settings
MaxLength: 30
Description:
I encountered a bug while using the MaxLengthPlugin. When I paste a string containing more than 30 characters, it behaves as expected the first time, truncating the text to the specified maximum length. However, when I continue to paste the same long text, an error occurs, rendering the editor unresponsive.
Demonstration:
2023-08-15.5.57.43.mov
Implementation Details:
I am utilizing the MaxLengthPlugin with the following code snippet:
Request:
I am looking for assistance in resolving this issue, as it hampers the functionality of the editor. Any insights or guidance on how to fix this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions