m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
80 stars 44 forks source link

Change order in dragArea #11

Closed alanRiveros closed 4 years ago

alanRiveros commented 4 years ago

When I drop a file the DragArea put the file first in the list, image but I want to put the new file last in the list. image There is any config to make that possible? Thankyou

m-inan commented 4 years ago

The feature has been added and can be used with the next version v0.1.1. This is the sample code for use.

<Rug
  inOrder={true} // add this prop
  ...
/>
alanRiveros commented 4 years ago

@m-inan thank you for this feature