You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be Windows issue (tested on mac for the same use-case and it doesn't happen)
Did not test this on Linux.
When you add custom mime types to the accept property of the component related to powerpoint files (.ppt, .pptx) they work fine if they are the only mime types given to the component.
However, if you have things in there other than the powerpoint mime types then it starts to not show these files until you select "all files. If you select all files and upload these files they will still work fine (it's just that they don't show until you select all files)
What version of @mantine/hooks page do you have in package.json?
5.6.4
If possible, please include a link to a codesandbox with the reproduced problem
What package has an issue
@mantine/dropzone
Describe the bug
This seems to be Windows issue (tested on mac for the same use-case and it doesn't happen)
Did not test this on Linux.
When you add custom mime types to the accept property of the component related to powerpoint files (.ppt, .pptx) they work fine if they are the only mime types given to the component.
However, if you have things in there other than the powerpoint mime types then it starts to not show these files until you select "all files. If you select all files and upload these files they will still work fine (it's just that they don't show until you select all files)
What version of @mantine/hooks page do you have in package.json?
5.6.4
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/s/naughty-chebyshev-qk59oj?file=/src/Example.tsx
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
It's possible that this bug is not with you guys but instead the dropzone third party module you're using.
The text was updated successfully, but these errors were encountered: