You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ Dropzone-ui is available in different languages. So far, we only support `Englis
221
221
| children |`node`|`true`| The content of the component. Normally a list of `FileItem` components or a label |
222
222
| clickable |`boolean`|`true`| If true, the dropzone component itself will be clickable |
223
223
| config | Object | { headers: { "content-type": "multipart/form-data;", }, } | Extra configuration for uploading, normally an object with headers or bearer token- |
224
-
| disableScroll [](http://www.dropzone-ui.com)|`boolean`|`undefined`| if present or `true`, removes scrolls and sets the `Dropzone` content (FileItemContainer) in a `grid` view. It also disables `maxHeight` prop. Only `minHeight` prop will work. This feature was added to work toggether with `resultOnTooltip` prop of `FileItem`. If not present or `false` , FileItemContainer will set csss property `"overflow"` as `"auto"`. |
224
+
| disableScroll [](http://www.dropzone-ui.com)|`boolean`|`undefined`| if present or `true`, removes scrolls and sets the `Dropzone` content (FileItemContainer) in a `grid` view. It also disables `maxHeight` prop. Only `minHeight` prop will work. This feature was added to work together with `resultOnTooltip` prop of `FileItem`. If not present or `false` , FileItemContainer will set csss property `"overflow"` as `"auto"`. |
225
225
| fakeUploading |`boolean`|`undefined`| If true, this flag will make dropzone to simulate a server upload. Use only in development. |
226
226
| footer |`boolean`|`true`| if true, shows the dropzone footer |
227
227
| header |`boolean`|`true`| if true, shows the dropzone header |
@@ -284,7 +284,7 @@ Dropzone-ui is available in different languages. So far, we only support `Englis
| children |`node`|`true`| The content of he component. Normally a list of `FileItem`. By default `Dropzone` component already uses this component for containing the `FileItem` list children. |
286
286
| view |`"grid"`\|`"list"`|`"grid"`|`grid` will display files in a grid layout. `list` will display files in a horizontal list. Convenient for saving space in page. |
287
-
| disableScroll [](http://www.dropzone-ui.com)|`boolean`|`undefined`| if present or `true`, removes scrolls and sets the `FileItemContainer` in a `grid` view. It also disables `maxHeight` prop. Only `minHeight` prop will work. This feature was added to work toggether with `resultOnTooltip` prop of `FileItem`. |
287
+
| disableScroll [](http://www.dropzone-ui.com)|`boolean`|`undefined`| if present or `true`, removes scrolls and sets the `FileItemContainer` in a `grid` view. It also disables `maxHeight` prop. Only `minHeight` prop will work. This feature was added to work together with `resultOnTooltip` prop of `FileItem`. |
0 commit comments