Skip to content

Commit

Permalink
Add expanded close tag option in datalist
Browse files Browse the repository at this point in the history
  • Loading branch information
borjajimnz committed Jan 13, 2025
1 parent 4d3fc97 commit 828a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/forms/components/auto-complete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class="py-1 w-full overflow-y-auto"
@if ($dataListNative && $datalistOptions)
<datalist id="{{ $dataListNativeId }}-list">
@foreach ($datalistOptions as $option)
<option value="{{ $option }}" />
<option value="{{ $option }}"></option>
@endforeach
</datalist>
@endif
Expand Down

0 comments on commit 828a7ec

Please sign in to comment.