ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native file drag-drop support

frankvdb7 opened this issue · comments

commented

[ ] bug report
[x] feature request
[ ] other

  • What is the current behavior?
    Ignores native file drag-drop events

  • What is the expected behavior?
    As a user I want to be able to receive drag-drop events from native files when I allow them in my drop scope.

  • Please tell us about your environment:

  • Angular version: 6.0.7
  • Angular CLI Version: 6.0.7
  • Browser: all

I have a working implementation attached (minimal adjustments are needed really).
native-file.droppable.directive.zip