@if ($label) @endif
merge(['class' => $defaultClass]) }} @required($required) @readonly($readonly) @if ($modelBinding !== 'null') wire:model="{{ $modelBinding }}" wire:dirty.class="dark:border-l-warning border-l-coollabs border-l-4" @endif wire:loading.attr="disabled" type="{{ $type }}" @disabled($disabled) @if ($htmlId !== 'null') id={{ $htmlId }} @endif name="{{ $name }}" placeholder="{{ $attributes->get('placeholder') }}" @if ($autofocus) autofocus @endif> {{-- Dropdown for suggestions --}}
@if (!$label && $helper) @endif @error($modelBinding) @enderror