value = htmlspecialchars_decode($value); } } #[Override] public function render(): string { $this->mergeClass('bg-elevated w-full rounded-lg border-3 border-contrast focus:border-contrast focus-within:ring-accent'); $this->attributes['id'] = $this->id; $textarea = form_textarea( $this->attributes, old($this->name, $this->value ?? '', false) ); return <<