-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Method to disable / enable the Uppy drag/drop and browse #1530
Comments
@arturi, should we add some |
Yeah, we could add something like that, although we don’t have a way to dynamically change options at the moment, so enabling it back when condition is met would require re-initializing uppy? |
@genachka are you talking about the Dashboard plugin https://uppy.io/examples/dashboard/, by the way? |
@arturi correct, this is in respect to the Dashboard plugin. |
Thanks for the feedback! We agree that the option to disable UI components may be useful and we've added it to our backlog. We'll close this issue, but tagged it, and will re-open once we get to this. It's planned for the mid-term. If you need this sooner, PRs are very welcome! |
@arturi I see that this feature is now merged. |
This feature is now merged in the dashboard plugin but not in the Drag & Drop plugin / React component... |
Looking for a way to disable drag&drop for the Dashboard and wondering how to achieve it. There does not seem to be any setting for it in the Dashboard https://uppy.io/docs/dashboard Any help is appreciated. |
If certain form field(s) are not set, I want to show the control as disabled and enable when condition(s) satisfied. Is there a property that can be dynamically set or a method called to do that?
The text was updated successfully, but these errors were encountered: