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 f04f567 commit a05d635Copy full SHA for a05d635
README.md
@@ -140,14 +140,6 @@ const MyApp = () => (
140
);
141
```
142
143
-Required props:
144
-- `options`
145
-
146
-Optional props:
147
-- `onUpdate`
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").
@@ -156,6 +148,14 @@ Optional props:
156
157
> Default value: `showFinishButton = false`
158
+Required props:
+- `options`
+
154
+Optional props:
155
+- `onUpdate`
+- `width`
+- `height`
159
## Result
160
161
The callbacks receive a `Array<UploadWidgetResult>`:
0 commit comments