Skip to content

Commit

Permalink
moved to active Textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfrenzel committed Mar 7, 2015
1 parent f7df76d commit 0724ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yii2textareaautosize.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function renderInput()
{
Html::addCssClass($this->_displayOptions, 'element' . $this->options['id']);
Html::addCssClass($this->_displayOptions, 'form-control');
$input = Html::textarea($name, $this->value, $this->_displayOptions);
$input = Html::activeTextarea($name, $this->value, $this->_displayOptions);
echo $input;
}

Expand Down

0 comments on commit 0724ef9

Please sign in to comment.