Skip to content

Commit 4f9e69b

Browse files
committed
wip
1 parent 86c0ad1 commit 4f9e69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/components/forms/inputs/input.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
type="{{ $type }}"
1212
id="{{ $id }}"
1313
value="{{ $value ?: '' }}"
14-
{!! $value ? 'value="' . $value . '"' : '' !!}
1514
{{ $attributes->merge([
1615
'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' : '')
1716
]) }}

0 commit comments

Comments
 (0)