Skip to content

Commit

Permalink
Update textarea.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Sep 26, 2023
1 parent d7db85f commit 969fe3b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions playground/textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@

$email = textarea(
label: 'Tell me a story',
default: collect([
// 12345678,
// 123456,
// 123456789,
// 'first line',
// 'second line',
// 'third line though',
// 'fourth line wow',
// 'fifth line are you kidding me',
// 'sixth line here we go',
// 'seventh line ok sure',
])->join(PHP_EOL),
placeholder: 'Weave me a tale',
);

var_dump($email);
Expand Down

0 comments on commit 969fe3b

Please sign in to comment.