We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e535a4 commit 849b672Copy full SHA for 849b672
src/Forms/Controls/TextArea.php
@@ -35,6 +35,6 @@ public function __construct($label = null)
35
public function getControl(): Nette\Utils\Html
36
{
37
return parent::getControl()
38
- ->setText($this->getRenderedValue());
+ ->setText((string) $this->getRenderedValue());
39
}
40
0 commit comments