[GH-ISSUE #843] Copy to clipboard button for text based Custom Field #529

Open
opened 2026-03-02 02:17:03 +03:00 by kerem · 2 comments
Owner

Originally created by @subzdev on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/843

Is your feature request related to a problem? Please describe.
Cannot copy text from a Custom Field with a button.

Describe the solution you'd like
When in the Custom Fields for an agent, for example, when there is a text based Custom Field that needs to be copied would be nice to have a Copy Text button to allow that with one-click.

Describe alternatives you've considered
Manually highlight, right-click and select Copy.

Originally created by @subzdev on GitHub (Dec 7, 2021). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/843 **Is your feature request related to a problem? Please describe.** Cannot copy text from a Custom Field with a button. **Describe the solution you'd like** When in the Custom Fields for an agent, for example, when there is a text based Custom Field that needs to be copied would be nice to have a Copy Text button to allow that with one-click. **Describe alternatives you've considered** Manually highlight, right-click and select Copy.
Author
Owner

@silversword411 commented on GitHub (Dec 7, 2021):

Do we have the "copy to clipboard" code anywhere in the repo? Might be able to add it where we want ;)

<!-- gh-comment-id:988090238 --> @silversword411 commented on GitHub (Dec 7, 2021): Do we have the "copy to clipboard" code anywhere in the repo? Might be able to add it where we want ;)
Author
Owner

@sadnub commented on GitHub (Dec 10, 2021):

If you want to take a stab at it see this: https://quasar.dev/quasar-utils/other-utils#copy-to-clipboard

I am using that here: https://github.com/wh1te909/tacticalrmm/blob/develop/web/src/components/core/APIKeysTable.vue

It copies the API key

<!-- gh-comment-id:990615857 --> @sadnub commented on GitHub (Dec 10, 2021): If you want to take a stab at it see this: https://quasar.dev/quasar-utils/other-utils#copy-to-clipboard I am using that here: https://github.com/wh1te909/tacticalrmm/blob/develop/web/src/components/core/APIKeysTable.vue It copies the API key
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#529
No description provided.