diff --git a/docs/data/material/components/buttons/InputFileUpload.js b/docs/data/material/components/buttons/InputFileUpload.js
index d1cfcba03567ac..e939eba055432b 100644
--- a/docs/data/material/components/buttons/InputFileUpload.js
+++ b/docs/data/material/components/buttons/InputFileUpload.js
@@ -24,8 +24,12 @@ export default function InputFileUpload() {
tabIndex={-1}
startIcon={}
>
- Upload file
-
+ Upload files
+ console.log(event.target.files)}
+ multiple
+ />
);
}
diff --git a/docs/data/material/components/buttons/InputFileUpload.tsx b/docs/data/material/components/buttons/InputFileUpload.tsx
index d1cfcba03567ac..e939eba055432b 100644
--- a/docs/data/material/components/buttons/InputFileUpload.tsx
+++ b/docs/data/material/components/buttons/InputFileUpload.tsx
@@ -24,8 +24,12 @@ export default function InputFileUpload() {
tabIndex={-1}
startIcon={}
>
- Upload file
-
+ Upload files
+ console.log(event.target.files)}
+ multiple
+ />
);
}
diff --git a/docs/data/material/components/buttons/InputFileUpload.tsx.preview b/docs/data/material/components/buttons/InputFileUpload.tsx.preview
index 69ab491553d7c8..c2dccf123cc789 100644
--- a/docs/data/material/components/buttons/InputFileUpload.tsx.preview
+++ b/docs/data/material/components/buttons/InputFileUpload.tsx.preview
@@ -5,6 +5,10 @@
tabIndex={-1}
startIcon={}
>
- Upload file
-
+ Upload files
+ console.log(event.target.files)}
+ multiple
+ />
\ No newline at end of file