Add maxlength for textarea

This commit is contained in:
Visman 2023-06-27 19:04:36 +07:00
parent fac8a5e9dc
commit caf684e67a

View file

@ -91,6 +91,7 @@ trait PostFormTrait
'required' => true,
'value' => $vars['message'] ?? null,
'autofocus' => $autofocus,
'maxlength' => $this->c->MAX_POST_SIZE,
];
$form['sets']['uesm'] = [
'fields' => $fieldset,