Hi Syncfusion Team,
I set maxlength for richtext editor = 164. When typing 164 characters in text content and saved value emits 468 characters. Because the max length of richtext doesn't count HTML tag, the value of richtext instance of HTML tag.
ex: input value: The ng add command will install Angular Material, the Component Dev Kit (CDK), Angular Animations and ask you the following questions to determine which features to
Output value: <p><span style=\"color: rgb(0, 0, 0); font-family: "Segoe UI", "Open Sans", Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: start; text-indent: 0px; white-space: normal; background-color: rgb(245, 245, 245); display: inline !important; float: none;\">The ng add command will install Angular Material, the Component Dev Kit (CDK), Angular Animations and ask you the following questions to determine which features to</span></p>
Can you support the new property max length count HTML tag for richtext editor?
Regards.