-
Notifications
You must be signed in to change notification settings - Fork 94
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
Possible to disable click to select? #95
Comments
+1 for this. That would be great if possible. Thanks! |
+1 |
1 similar comment
+1 |
+1 I believe a possible workaround is setting it as |
@nnavascues do you have an example of how you wrote the desired behavior? I'm writing it now and publishing an example for others would be amazing! |
@Nealsoni00 Sure!
export const Container = styled.div
} That way I managed to "hide" the disabled styles of the FileUploader |
I have recently started using this project, but I ran into a feature limitation.
I was wondering if it is possible to make the FileUploader only be drag and drop? I am using it to overlay a table, so it would be preferred if it does not open the select file dialog when clicking a cell.
The text was updated successfully, but these errors were encountered: