Add maxlength for textarea
This commit is contained in:
parent
fac8a5e9dc
commit
caf684e67a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue