You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File upload component with directory enabled doesn't work if you drag and drop the directory into the dropzone, as it only passes through the directory itself as a file rather than the contents of the directory which match the accept criteria.
💥 Steps to reproduce
Create File Upload with directory enabled
Drop a directory on the dropzone
I'm using Skeleton's implementation which can be found here in case there's something wrong with their implementation of this component?
💻 Link to reproduction
CodeSandbox reproduction: I'm away from my computer for the next few days so can make it next week if needed and just keep this issue on ice until then.
🧐 Expected behavior
Behaviour should be the same as when a user selects a directory using the File Dialog (eg windows file exporer), as that works perfectly
🧭 Possible Solution
🌍 System information
Software
Version(s)
Zag Version
0.78.3
Browser
Chrome 133.0.6943.99
Operating System
Windows 11
📝 Additional information
The text was updated successfully, but these errors were encountered:
🐛 Bug report
File upload component with directory enabled doesn't work if you drag and drop the directory into the dropzone, as it only passes through the directory itself as a file rather than the contents of the directory which match the accept criteria.
💥 Steps to reproduce
I'm using Skeleton's implementation which can be found here in case there's something wrong with their implementation of this component?
💻 Link to reproduction
CodeSandbox reproduction: I'm away from my computer for the next few days so can make it next week if needed and just keep this issue on ice until then.
🧐 Expected behavior
Behaviour should be the same as when a user selects a directory using the File Dialog (eg windows file exporer), as that works perfectly
🧭 Possible Solution
🌍 System information
📝 Additional information
The text was updated successfully, but these errors were encountered: