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
Thank you all for creating and maintaining this package ❤️
Is there any pattern that I am missing which could prevent dropping multiple items if the input does not have the multiple attribute on it? Perhaps via UploadOutput.type = 'dropDisallowed'
While I could arbitrarily pick any one from the files array, for the user it wouldn't be an educating and instructive experience, so I wish I could present them a no-entry cursor over the drop area if they are dragging over multiple files in such case.
Or would that be a feature request?
The text was updated successfully, but these errors were encountered:
Thank you all for creating and maintaining this package ❤️
Is there any pattern that I am missing which could prevent dropping multiple items if the input does not have the
multiple
attribute on it? Perhaps viaUploadOutput.type = 'dropDisallowed'
While I could arbitrarily pick any one from the files array, for the user it wouldn't be an educating and instructive experience, so I wish I could present them a no-entry cursor over the drop area if they are dragging over multiple files in such case.
Or would that be a feature request?
The text was updated successfully, but these errors were encountered: