@endif
@if($prefix || $prepend)
{{ $prepend ?? $prefix }}
@endif
@if($money)
@endif
$wire.{{ $modelName() }} = Currency.getUnmasked())"
inputmode="numeric"
@endif
{{
$attributes
->merge(['type' => 'text'])
->except($money ? 'wire:model' : '')
->class([
'input input-primary w-full peer',
'pl-10' => ($icon),
'h-14' => ($inline),
'pt-3' => ($inline && $label),
'rounded-l-none' => $prefix || $prepend,
'rounded-r-none' => $suffix || $append,
'border border-dashed' => $attributes->has('readonly') && $attributes->get('readonly') == true,
'input-error' => $modelName() && $errors->has($modelName()) && !$omitError
])
}}
/>
@if($icon)
@endif
@if($clearable)
wire('model')->hasModifier('live')) }})" name="o-x-mark" class="absolute top-1/2 right-3 -translate-y-1/2 cursor-pointer text-gray-400 hover:text-gray-600" />
@endif
@if($iconRight)
$clearable]) />
@endif
@if($label && $inline)
@endif
@if($money)
only('wire:model') }} />
@endif
@if($suffix || $append)
{{ $append ?? $suffix }}
@endif
@if($prefix || $suffix || $prepend || $append)
@endif
@if(!$omitError && $modelName())
@error($modelName())