Drop list item in textarea

Hi webix team,

https://snippet.webix.com/bgdo5r1g

In this snippet I want to drop list item into textarea.
How to do this?

I tried this one,
https://snippet.webix.com/3bifyg6l

but when next time I am dropping the list item then all text is going

Hi,

The point is that webix ui.textarea doesn’t support such functionality as dnd. You can only embed a native html-textarea.
instead of get/setValue you need to add webix.DragControl.addDrop
Please check the sample: Code Snippet