We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966e31e commit bf022dcCopy full SHA for bf022dc
src/components/FwbFileInput/FwbFileInput.vue
@@ -40,7 +40,7 @@
40
stroke="currentColor"
41
/>
42
</svg>
43
- <div v-if="!model">
+ <div v-if="(!model || (Array.isArray(model) && model.length === 0))">
44
<p :class="dropzoneTextClasses">
45
<slot name="dropzonePlaceholder">
46
<span class="font-semibold">Click to upload</span>
0 commit comments