Status of generic Drag and Drop support in Vaadin 14?

In the current documentation on DnD in flow ( https://vaadin.com/docs-beta/v14/flow/dnd/generic-dnd/ ) I see the following disclaimer:

This feature is available starting from Vaadin version 14.1 and is aimed at enabling drag and drop operations inside Vaadin UIs. Support for generic drags & drops to and from outside desktop applications or other web pages is coming in an upcoming minor release for 14.

Indeed, when I tried to use the currently implementation to accept text drops into my component, I get the COPY drag event but the data payload is always empty.

Am I just missing part of the API or is this still not (yet?) implemented in Vaadin 14?

Thanks!

Am I just missing part of the API or is this still not (yet?) implemented in Vaadin 14?

There is allways something missing :slight_smile:

There are some documented cases in the backlog at least:

https://github.com/vaadin/flow/issues/6709

https://github.com/vaadin/flow/issues/6795

https://github.com/vaadin/flow/issues/6796

Thanks - hopefully what I’m looking for is merged.