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

Problem with "inputRef.current.click" in Dropzone when using the from a different device #1323

Open
npnam693 opened this issue Oct 22, 2023 · 0 comments
Labels

Comments

@npnam693
Copy link

Issue Title:
Problem with "inputRef.current.click" in Dropzone when using the application from a different device

Issue Description:
I encountered an issue with Dropzone in my React application when trying to use it from a different device.

Steps to Reproduce:

  • Host React application on one port.
  • Try to use the Dropzone component to upload files from a different device by click component (drag file don't encounter this bug).

Expected Behavior:

  • Selecting files sections open.

Actual Behavior:

  • Trigger bug "inputRef.current.click" method doesn't work as expected when the application is accessed from a different device, preventing users from selecting files for upload.\

image

Additional Information:
React version: 18.2.0
Dropzone version: ^14.2.3

@npnam693 npnam693 added the bug label Oct 22, 2023
@npnam693 npnam693 changed the title [BUG] Something doesn't work Problem with "inputRef.current.click" in Dropzone when using the from a different device Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant