merge($getExtraAttributes())->class([ 'block w-full transition duration-75 divide-y rounded-lg shadow-sm border focus-within:border-primary-600 focus-within:ring-1 focus-within:ring-primary-600 filament-forms-multi-select-component', 'dark:bg-gray-700 dark:divide-gray-600' => config('forms.dark_mode'), 'border-gray-300' => ! $errors->has($getStatePath()), 'dark:border-gray-600' => (! $errors->has($getStatePath())) && config('forms.dark_mode'), 'border-danger-600 ring-danger-600' => $errors->has($getStatePath()), ]) }} {{ $getExtraAlpineAttributeBag() }} > @unless ($isDisabled())
config('forms.dark_mode'), ]) /> >
config('forms.dark_mode'), ]) >
    config('forms.dark_mode'), ]) > {{ $getSearchPrompt() }} {{ $getNoSearchResultsMessage() }}
@endunless