@props([ 'label' => null, 'help' => null, 'name' => null, 'required' => false, 'placeholder' => null, 'options' => [], 'value' => null, 'maxItems' => 100, 'clearable' => false, 'position' => 'auto', 'multiple' => false, 'sort' => true, 'class' => '', 'disabled' => false, ]) @php($wireModelAttribute = collect($attributes)->first(fn (string $value, string $attribute) => str_starts_with($attribute, 'wire:model')))
{{ $message }}
@enderror