Scandal
Well-known member
I'm trying to integrate the xenforo rich editor on my addon's page. Something like:
But it seems that maxlength value has no affect on the code / editor. I can add as many characters as I want on the field.
Do I miss something?
HTML:
<xf:editorrow name="comment" value="{$comment.message}" maxlength="10" />
Do I miss something?