Skip to content

Commit

Permalink
Update libraries/src/Form/Field/TextareaField.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Mar 24, 2023
1 parent 71a9cce commit 6692f56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/src/Form/Field/TextareaField.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ protected function getLayoutData()
$data = parent::getLayoutData();

$extraData = [
'maxlength' => $this->maxlength,
'rows' => $this->rows,
'columns' => $this->columns,
'charcounter' => $this->charcounter,
'maxlength' => $this->maxlength,
'rows' => $this->rows,
'columns' => $this->columns,
'charcounter' => $this->charcounter,
];

return array_merge($data, $extraData);
Expand Down

0 comments on commit 6692f56

Please sign in to comment.