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 c2382c5 commit d4e7788Copy full SHA for d4e7788
src/Elements.php
@@ -124,7 +124,7 @@ public static function submit(string $caption = ''): Input
124
return $input;
125
}
126
127
- public static function textarea(string $name = '', int $rows = 5, string $placeholder = ''): TextArea
+ public static function textarea(string $name = '', int $rows = 0, string $placeholder = ''): TextArea
128
{
129
/** @var TextArea */
130
$textarea = self::create('TextArea');
0 commit comments