@php
use Filament\Support\Facades\FilamentView;
$hasInlineLabel = $hasInlineLabel();
$isConcealed = $isConcealed();
$isDisabled = $isDisabled();
$rows = $getRows();
$shouldAutosize = $shouldAutosize();
$statePath = $getStatePath();
$initialHeight = (($rows ?? 2) * 1.5) + 0.75;
@endphp
$hasInlineLabel,
])
>
{{ $getLabel() }}