[PR #1817] [CLOSED] Remove hintCopy from EditNode autosize configuration #1590

Closed
opened 2026-02-04 19:59:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1817
Author: @PalmarHealer
Created: 10/17/2025
Status: Closed

Base: mainHead: palmarhealer/remove-copy-hint


📝 Commits (1)

  • 24d983e Remove hintCopy from EditNode autosize configuration

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 app/Filament/Admin/Resources/Nodes/Pages/EditNode.php (+0 -1)

📄 Description

It has been removed since it’s not available, and unfortunately, there is no good replacement for it.

Method 'hintCopy' not found in \Filament\Forms\Components\Textarea

It would be possible to use the TextInput, but that didn’t work for me either. Therefore, I suggest removing it to avoid confusion, as it’s not needed at the moment.

Maybe a // TODO: Add copy button comment could be added so it can be revisited later.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1817 **Author:** [@PalmarHealer](https://github.com/PalmarHealer) **Created:** 10/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `palmarhealer/remove-copy-hint` --- ### 📝 Commits (1) - [`24d983e`](https://github.com/pelican-dev/panel/commit/24d983ee111b512ec107609d2b556fad701c24ba) Remove `hintCopy` from EditNode autosize configuration ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Nodes/Pages/EditNode.php` (+0 -1) </details> ### 📄 Description It has been removed since it’s not available, and unfortunately, there is no good replacement for it. `Method 'hintCopy' not found in \Filament\Forms\Components\Textarea` It would be possible to use the `TextInput`, but that didn’t work for me either. Therefore, I suggest removing it to avoid confusion, as it’s not needed at the moment. Maybe a `// TODO: Add copy button` comment could be added so it can be revisited later. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:59:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1590