Skip to content

Commit

Permalink
Update solid.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 4, 2024
1 parent e4542e0 commit 298167b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dropzone/src/solid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export function createDropzone(_props: DropzoneOptions) {
const getInputProps = () => ({
ref: setInputRef,
type: "file",
style: { display: "none" },
accept: acceptAttr(),
multiple: props.multiple,
tabIndex: -1,
Expand Down

0 comments on commit 298167b

Please sign in to comment.