only('class')->class('w-full relative block group/input') }} data-flux-input>
attributes->class('absolute top-0 bottom-0 flex items-center justify-center text-xs text-zinc-400/75 ps-3 start-0') }}>
{{ $iconLeading }}
except('class')->class($type === 'file' ? '' : $classes) }}
@isset ($name) name="{{ $name }}" @endisset
@if ($mask) x-mask="{{ $mask }}" @endif
@if ($invalid) aria-invalid="true" data-invalid @endif
@if (is_numeric($size)) size="{{ $size }}" @endif
data-flux-control
data-flux-group-target
@if ($loading) wire:loading.class="{{ $inputLoadingClasses }}" @endif
@if ($loading && $wireTarget) wire:target="{{ $wireTarget }}" @endif
>
{{-- Icon should be text-zinc-400/75 --}}
{{ $kbd }}
add('pointer-events-none text-zinc-400/75');
?>
{{ $iconTrailing }}