@if ($label) @endif @if ($useMonacoEditor) @else @if ($type === 'password')
@if ($allowToPeak)
@endif merge(['class' => $defaultClassInput]) }} @required($required) @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 }}" @readonly($readonly) @disabled($disabled) id="{{ $htmlId }}" name="{{ $name }}" placeholder="{{ $attributes->get('placeholder') }}" aria-placeholder="{{ $attributes->get('placeholder') }}">
@else @endif @endif @error($modelBinding) @enderror