@sam2k8 if you are looking for a custom solution follow below js code
(function ($, ns, channel, window, undefined) {// Function to disable copy-paste for the componentfunction disableCopyPaste() {// Disable copy-paste on component's elements$('.your-component-class').on('copy paste', function (eve...