-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
Mime type filter not working! #48
Comments
As far as I can tell, the plugin does nothing with |
The browser I'm using is Chrome, this problem occurs only if the file mime type is not handled by your widget. |
@davsl Any new developments? GitHub brought this up as a new notification but I don't know why. :-) As I showed, it seems to work for me. |
file filter works for me for both drag&drop and file picker. additionally, on leave also works for me even when im dragging not supported file type. |
If I set a mime type filter to the DropzoneView and then I try to drop an excluded file type, onLeave won't be called. This is a problem because I want to give the DropzoneView a different shade of color when hovering and the color never returns back to normal when the file is released.
The other big problem with mime type filter is that it does not work when picking files using _dropController.pickFiles()
The text was updated successfully, but these errors were encountered: