LinusBorg / vue-filedrop

[WIP, NOT READY] A set of composable Vue components to create rich Dropzone-like UI elments and behaviour
14 stars 3 forks source link

append prop #5

Closed LinusBorg closed 5 years ago

LinusBorg commented 5 years ago

When dropping additional files on a filedrop component that already has files, the additional files will be appended to the others instead of overriding.

Has no effect when stateless is set

Note: the prop already exists as of this moment, but it's not used.