purescript-react / purescript-lumi-components

Library of our UI components
https://lumihq.github.io/purescript-lumi-components/#/
Apache License 2.0
105 stars 5 forks source link

Upload allowMultiple, only show one pending file/image #209

Closed kimispencer closed 3 years ago

kimispencer commented 3 years ago

Currently if drag/dropping on an upload with allowMultiple set to false it will show the full array of pending images/files; only show 1 pending image or file if the upload only supports uploading single files. Will defer to the last selected file.