Skip to content

Commit

Permalink
Update textarea.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Oct 14, 2022
1 parent 4704e38 commit 85f0e8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/form/components/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class="form-control @error($input->name) is-invalid @enderror"
{{ $input->disabled ? 'disabled' : '' }}
{{ $input->readonly ? 'readonly' : '' }}
{{ $input->autofocus ? 'autofocus' : '' }}
>
{{ $input->value ?? '' }}
</textarea>
>{{ $input->value ?? '' }}</textarea>

@error($input->name)
<span class="invalid-feedback">
Expand Down

0 comments on commit 85f0e8f

Please sign in to comment.