We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7247e commit 79ad718Copy full SHA for 79ad718
src/Fields/TextareaField.php
@@ -38,7 +38,7 @@ public function render($value = null, array $globalConfig = []): string
38
$component = new Textarea(
39
name: $this->name,
40
id: $this->attributes['id'] ?? null,
41
- rows: $this->rows
+ rows: $this->getRows()
42
);
43
44
return View::make($component->render()->name(), $component->data())
0 commit comments