Open
Description
Vuestic-ui version: 1.7.5
Hello,
I took a screenshot of my file upload type "list" and the other type "single" with an uploaded document.
I want to limit the number of uploaded documents in the dropzone to 1. That's why I changed to "single" type. Only the preview of the document is not at all the same as for the "list" type. This problem must be fixed so that the style is the same
Here is my code of the va-file-upload element :
type=list
<va-file-upload
v-model="keyfile"
dropzone
color="salmon"
type="list"
drop-zone-text="Drop Zone"
upload-button-text="Open"
/>
<va-file-upload
v-model="keyfile"
dropzone
color="salmon"
type="single"
drop-zone-text="Drop Zone"
upload-button-text="Open"
/>
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog