@php use Filament\Support\Facades\FilamentView; $fieldWrapperView = $getFieldWrapperView(); $extraAttributeBag = $getExtraAttributeBag(); $hasInlineLabel = $hasInlineLabel(); $isConcealed = $isConcealed(); $isDisabled = $isDisabled(); $rows = $getRows(); $shouldAutosize = $shouldAutosize(); $statePath = $getStatePath(); $initialHeight = (($rows ?? 2) * 1.5) + 0.75; @endphp