I'm trying to drag and drop from a list to the text property of a textarea control thats already populated.
So what I'd like to do is on dragEnter show the user an edit cursor while they're dragging through the textarea text. Then drop the list item right in the text. I've been able to reset the text property with my list item but haven't had much luck with the cursor portion of my idea let alone getting the edit cursor to show on dragEnter. Sample textarea text. This is sample text from my texarea control and I'd like to isert my list item (right here). We might also have text that follows. End Sample Any pointers would be helpfull as I've been digging for a couple days now and I'm not sure where to turn. Maybe extend the textarea and write my own custom component?

