Skip to content

Commit

Permalink
Fix overlooked multiline method (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletaylored authored Dec 19, 2023
1 parent 4044b9b commit acfc177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Inputs/TextInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function hydrate(HydrationData $data): void
}

if ($data->has('multiline')) {
$this->initialValue($data->useValue('multiline'));
$this->multiline($data->useValue('multiline'));
}

if ($data->has('min_length')) {
Expand Down

0 comments on commit acfc177

Please sign in to comment.