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
|`isLoading`|`Boolean`|`false`| Show or hide the loading section (slot: `loader`). |
87
-
|`acceptExtensions`|`String`|`(empty)`| List of file extensions accepted. Each extension separated by a comma (`,`). E.g. `accept-extensions=".zip,.rar"`. |
88
-
|`maxFileSize`|`Number`|`NaN`| Maximum **size in byte** of every single file allowed. E.g. `:max-file-size="2*1024*1024"` (only the files that ≤2 MB are allowed). |
89
-
|`height`|`Number`|`NaN`| The height of droppable section. |
90
-
|`validateFn`|`Function -> Boolean`|`() => true`| A custom validation function that returns boolean value. |
|`isLoading`|`boolean`|`false`| Show or hide the loading section (slot: `loader`). |
97
+
|`acceptExtensions`|`string`|`(empty)`| List of file extensions accepted. Each extension separated by a comma (`,`). E.g. `accept-extensions=".zip,.rar"`. |
98
+
|`maxFileSize`|`number`|`NaN`| Maximum **size in byte** of every single file allowed. E.g. `:max-file-size="2*1024*1024"` (only the files that ≤2 MB are allowed). |
99
+
|`height`|`number`|`NaN`| The height of droppable section. |
100
+
|`validateFn`|`FsValidateFn`|`() => true`| A custom validation function that returns boolean value. |
0 commit comments