Skip to content
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

Options Object - Not compatible with all valid URL and Method values #598

Open
clandestine8 opened this issue Feb 11, 2021 · 1 comment
Open

Comments

@clandestine8
Copy link

url and method in the options object do not support Functions as values, as it states it should in Dropzone.js's documentation.

Also URL is not a required value for Dropzone as it can be processed using a Function Method.

This also makes the documentation site inaccurate as it states...
A dropzone configuration object, accepts all valid dropzone configuration
which is currently not true.

@clandestine8
Copy link
Author

clandestine8 commented Feb 11, 2021

This can be resolve by updating to a new version of dropzone. It may be a good idea to have to user provide the dropzone package in the future so it can be updated independently if there are no breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant