@if ($label) @endif
@if ($type === 'password' && $allowToPeak)
@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" @if ($type === 'password') :type="type" @else type="{{ $type }}" @endif @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