@php use Filament\Support\Facades\FilamentView; $hasInlineLabel = $hasInlineLabel(); $isConcealed = $isConcealed(); $isDisabled = $isDisabled(); $rows = $getRows(); $shouldAutosize = $shouldAutosize(); $statePath = $getStatePath(); $showInsideControl = $isShownInsideControl(); $initialHeight = (($rows ?? 2) * 1.5) + 0.75; @endphp $hasInlineLabel, ]) > {{ $getLabel() }}
@if ($showInsideControl) @include('filament-character-counter::partials.character-count-container') @endif
@if (!$showInsideControl) @include('filament-character-counter::partials.character-count-container') @endif