fixed value loading for textarea
This commit is contained in:
@ -21,7 +21,7 @@ class Textarea extends Base {
|
||||
|
||||
$html .= static::getInputModifiers($block);
|
||||
|
||||
$html .= '></textarea>';
|
||||
$html .= '>'.static::getFieldValue($block).'</textarea>';
|
||||
|
||||
$html .= '</p>';
|
||||
|
||||
|
Reference in New Issue
Block a user