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
It is necessary that when you hover the file over the entire File component, the entire area would be a drop zone with a similar design. example
Actual Behavior
Drop zone is presented as in the example, but it does not work because it has zero height. <div {...getDropZoneProps({className: "myDropZone"})}/>
Steps to Reproduce the Problem
Add the code from the example
Move a file to the zone of the File component
Now this zone by default resembles the eye of a needle
Possible Solution
Displaying the drop zone in full size is initially simple, but visually not beautiful, because takes up a lot of space. But if you make a hover effect, in which the entire zone of the File component becomes a drop zone - this is cool.
The text was updated successfully, but these errors were encountered:
This is:
Expected Behavior
It is necessary that when you hover the file over the entire File component, the entire area would be a drop zone with a similar design.
example
Actual Behavior
Drop zone is presented as in the example, but it does not work because it has zero height.
<div {...getDropZoneProps({className: "myDropZone"})}/>
Steps to Reproduce the Problem
Possible Solution
Displaying the drop zone in full size is initially simple, but visually not beautiful, because takes up a lot of space. But if you make a hover effect, in which the entire zone of the File component becomes a drop zone - this is cool.
The text was updated successfully, but these errors were encountered: