We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use multiple FileDrops, therefore disable windowDrop.
FileDrop
windowDrop
I expected
<FileDrop windowDrop="false" on:filedrop={(e) => { files = e.detail.files }}> Upload files </FileDrop>
but I get a TypeScript error. How can I pass the additional option?
The text was updated successfully, but these errors were encountered:
Sorry, I just noticed this issue. I'm not sure how I missed it.
Ah, it seems I didn't add window drop as a param on the component. If you need a solution, use the action until I update the package to include it.
Sorry, something went wrong.
No branches or pull requests
I want to use multiple
FileDrop
s, therefore disablewindowDrop
.I expected
but I get a TypeScript error. How can I pass the additional option?
The text was updated successfully, but these errors were encountered: