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.
1 parent fab6b9b commit f04f567Copy full SHA for f04f567
README.md
@@ -148,6 +148,14 @@ Optional props:
148
- `width`
149
- `height`
150
151
+> **Special behaviour for dropzones:**
152
+>
153
+> `onComplete` only fires when `showFinishButton = true` (i.e. when the user clicks "Finish").
154
155
+> `onUpdate` must be used when `showFinishButton = false`.
156
157
+> Default value: `showFinishButton = false`
158
+
159
## Result
160
161
The callbacks receive a `Array<UploadWidgetResult>`:
0 commit comments