From ca5f3970675c39bd7173724e932bc48a13ff08df Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 2 Apr 2025 23:32:09 +0100 Subject: Added attributes to SelectFilter --- resources/views/toolbar/select-filter.blade.php | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/views/toolbar') diff --git a/resources/views/toolbar/select-filter.blade.php b/resources/views/toolbar/select-filter.blade.php index 9810ed9..20a77a6 100644 --- a/resources/views/toolbar/select-filter.blade.php +++ b/resources/views/toolbar/select-filter.blade.php @@ -8,6 +8,7 @@ id="{{ $id }}" class="form-select" wire:model.live="filters.{{ $key }}" + {{ $attributes }} > @if (!empty($placeholder))