Matthew Deloughry

Joined

950 Experience
9 Lessons Completed
0 Questions Solved

Activity

Hi,

So I've just worked my way through the Vue trello course series (Love it by the way), and no going on to rework and add some more flair/features to it.

One feature I'm looking to improve is allow text to be dragged and selected (Input, text areas and such) to allow easier copy and pasting or easy clearing etc.

Just wondering how best ot implment this, I can see in the VueDraggable docs that I can do something like <draggable :options="{disabled: editing}"> but being fairly new to vue I'm struggling how to figure this out for child elements that might not alter the editing state.

Anyone able to help?

Thanks
Matt