Skip to content

Commit

Permalink
feat(projects): enhance project form with improved input handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 15, 2024
1 parent e3602dc commit 1ab69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/forms/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="@error($name)
dark:focus:ring-blue-500
dark:focus:border-blue-500
@enderror"
>{{ old($name, $value ?? '') }}</textarea>
>{!! old($name, $value ?? '') !!}</textarea>

<p class="mt-2 text-sm {{ $errors->has($name) ? 'text-red-600 dark:text-red-500' : 'text-gray-600 dark:text-gray-400' }}">
<span class="font-medium">
Expand Down

0 comments on commit 1ab69cd

Please sign in to comment.