@unless ($isSearchable() || $isMultiple())
@else
merge($getExtraAttributes())
->merge($getExtraAlpineAttributes())
->class(['filament-forms-input'])
}}
x-bind:class="{
'choices--error': @js($getStatePath()) in $wire.__instance.serverMemo.errors,
}"
>
@endif
@if (filled($label = $getSuffixLabel()))