@php
[$property, $error, $id, $entangle] = $bind($attributes, $errors ?? null, $livewire);
$personalize = $classes();
$value = $sanitize($attributes, $property, $livewire);
$validating($livewire ? ($property ? data_get($this, $property) : null) : $value);
@endphp
@if (!$livewire && $property)
@endif
except(['name', 'value']) }}
:$label
:$hint
:$invalidate
:alternative="$attributes->get('name')"
floatable
x-ref="input"
x-on:click="show = !show"
x-on:keydown="$event.preventDefault()"
dusk="tallstackui_date_input"
class="cursor-pointer caret-transparent">
-
@if ($helpers)
@foreach (['yesterday', 'today', 'tomorrow'] as $helper)
@endforeach
@endif