We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceaba46 + 5c0d6fe commit d434fffCopy full SHA for d434fff
README.md
@@ -127,6 +127,7 @@ Events emitted by the component to the parent.
127
|------------|-------------|
128
| vdropzone-file-added(file) | File added to the dropzone.|
129
| vdropzone-files-added(file) | Files added to the dropzone.|
130
+| vdropzone-file-added-manually(file) | Manually added file to the dropzone |
131
| vdropzone-success(file, response) | File successfully uploaded.|
132
| vdropzone-error(file) | File uploaded encountered an error.|
133
| vdropzone-removed-file(file, error, xhr) | A file was removed from the dropzone.|
0 commit comments