@props([ 'wireModel' => null, 'options' => [], 'optionValue' => 'id', 'optionLabel' => 'name', 'placeholder' => 'Select an option', 'searchable' => false, 'noResultsText' => 'No results found', 'customOptions' => [], ]) @php $allOptions = array_merge($options, $customOptions); @endphp