Hello,
I’m trying to allow the users to copy the text that appears in the caption of the cards when in CardView. Is that possible? Is there a way of doing that? All the suggestions will be very welcome.
Hi Cristina,
I don't think there is any built-in way to do this. You could, of course, write code to trap for CTRL+C and then assign text to the ClipBoard yourself.
Another option would be to now use the actual card headers and just use a regular column and change it's appearance so that it just looks like a caption without actually being one.