We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c0ad1 commit 4f9e69bCopy full SHA for 4f9e69b
resources/views/components/forms/inputs/input.blade.php
@@ -11,7 +11,6 @@
11
type="{{ $type }}"
12
id="{{ $id }}"
13
value="{{ $value ?: '' }}"
14
- {!! $value ? 'value="' . $value . '"' : '' !!}
15
{{ $attributes->merge([
16
'class' => 'block w-full border-gray-300 rounded-md focus:border-lio-300 focus:ring focus:ring-lio-200 focus:ring-opacity-50 sm:text-sm sm:leading-5 mt-1' . ($attributes->get('prefix-icon') ? ' pl-10' : '') . ($errors->has($name) ? ' border-red-300 text-red-900 placeholder-red-300 focus:outline-none focus:ring-red-500 focus:border-red-500' : '')
17
]) }}
0 commit comments