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
| disabled | Same as native disabled | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
44
-
| dragDrop | Accepts drag & drop and change its style | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
45
-
| expanded | Upload will be expanded (full-width) | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
46
-
| v-model | The input value state | object\|object[]\|File\|File[]| - ||
47
-
| multiple | Same as native, also push new item to v-model instead of replacing | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
48
-
| native | Replace last chosen files every time (like native file input element) | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>true</code> |
| validationMessage | The message which is shown when a validation error occurs | string | - ||
52
-
| variant | Color of the control | string |`primary`, `info`, `success`, `warning`, `danger`, `and any other custom color`| <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>upload: {<br> variant: undefined<br>}</code> |
40
+
| Prop name | Description | Type | Values | Default |
| validationMessage | The message which is shown when a validation error occurs | string | - ||
52
+
| variant | Color of the control | string |`primary`, `info`, `success`, `warning`, `danger`, `and any other custom color`| <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>upload: {<br> variant: undefined<br>}</code> |
0 commit comments