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: docs/documentation/docs/controls/FilePicker.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
@@ -94,6 +94,7 @@ The FilePicker component can be configured with the following properties:
94
94
| hideOneDriveTab | boolean | no | Specifies if OneDriveTab should be hidden. |
95
95
| hideSiteFilesTab | boolean | no | Specifies if SiteFilesTab should be hidden. |
96
96
| hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. |
97
+
| hideLocalMultipleUploadTab | boolean | no | Specifies if LocalMultipleUploadTab should be hidden. |
97
98
| hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. |
98
99
| storeLastActiveTab | boolean | no | Specifies if last active tab will be stored after the Upload panel has been closed. Note: the value of selected tab is stored in the queryString hash. Default `true`|
99
100
| isPanelOpen | boolean | no | Specifies if the file picker panel is open by default or not |
0 commit comments