Skip to content

Commit d4e7788

Browse files
committed
update
1 parent c2382c5 commit d4e7788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static function submit(string $caption = ''): Input
124124
return $input;
125125
}
126126

127-
public static function textarea(string $name = '', int $rows = 5, string $placeholder = ''): TextArea
127+
public static function textarea(string $name = '', int $rows = 0, string $placeholder = ''): TextArea
128128
{
129129
/** @var TextArea */
130130
$textarea = self::create('TextArea');

0 commit comments

Comments
 (0)