}
>
- 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
diff --git a/docs/data/material/components/icons/CreateSvgIcon.js b/docs/data/material/components/icons/CreateSvgIcon.js
index ec540e8058cd14..ee8f3ae3156c51 100644
--- a/docs/data/material/components/icons/CreateSvgIcon.js
+++ b/docs/data/material/components/icons/CreateSvgIcon.js
@@ -8,7 +8,7 @@ const HomeIcon = createSvgIcon(
);
const PlusIcon = createSvgIcon(
- // credit: plus icon from https://heroicons.com/
+ // credit: plus icon from https://heroicons.com
|