We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad8885 + f3400a0 commit 790ab48Copy full SHA for 790ab48
src/Upload.tsx
@@ -83,6 +83,7 @@ export const Upload = memo(
83
multiple={multiple}
84
name={inputId}
85
type="file"
86
+ {...nativeInputProps}
87
/>
88
{state !== "default" && (
89
<p
0 commit comments