fleather
fleather copied to clipboard
PlainText maxLength
How set maximum length (letter count) in editor?
Right now maximum length is not supported by Fleather. However, for now you can listen for changes on controller and remove texts that exceed maximum length. Take a look at https://github.com/fleather-editor/fleather/issues/270#issuecomment-1935740105. @marcio-ota
I'm keeping it open so we can later address the issue and implement the feature if possible.