Skip to content

Commit 81df675

Browse files
committed
fix select tag className
1 parent 3482038 commit 81df675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/bootstrap-5/includes/filters.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
onclick="event.stopPropagation();"
2828
wire:model="filters.{{ $key }}"
2929
id="filter-{{ $key }}"
30-
class="form-control"
30+
class="form-select"
3131
>
3232
@foreach($filter->options() as $key => $value)
3333
<option value="{{ $key }}">{{ $value }}</option>

0 commit comments

Comments
 (0)