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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ These options are used by all the different field types. Some fields may have sp
82
82
| Property | Type | Default | Description |
83
83
| --- | --- | --- | --- |
84
84
| inputType |`string`|`text`| The 'type' attribute to pass to the input. |
85
+
| files |`Object`|`null`|***RESTRICTED*** If you have set `inputType` to equal `file` then the `files` parameter will be populated by VueFormly to contain the corresponding files that have been uploaded |
0 commit comments