Skip to content

Commit d434fff

Browse files
authored
Merge pull request rowanwins#167 from Thorazine/patch-1
Found an undocumented event and added it to readme
2 parents ceaba46 + 5c0d6fe commit d434fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Events emitted by the component to the parent.
127127
|------------|-------------|
128128
| vdropzone-file-added(file) | File added to the dropzone.|
129129
| vdropzone-files-added(file) | Files added to the dropzone.|
130+
| vdropzone-file-added-manually(file) | Manually added file to the dropzone |
130131
| vdropzone-success(file, response) | File successfully uploaded.|
131132
| vdropzone-error(file) | File uploaded encountered an error.|
132133
| vdropzone-removed-file(file, error, xhr) | A file was removed from the dropzone.|

0 commit comments

Comments
 (0)