Skip to content

Commit

Permalink
fix multiple file option
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Jan 13, 2022
1 parent 90b8b32 commit 0aa95f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormFields/File.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-form-file :id="schemaName" v-model="files" :required="required" :placeholder="getUIOption('placeholder')"
:drop-placeholder="getUIOption('drop-placeholder')" :multiple="getUIOption('allowMultibleFiles')"
:drop-placeholder="getUIOption('drop-placeholder')" :multiple="getUIOption('allowMultipleFiles')"
:accept="getUIOption('acceptedFileType')" class="vjf_file"/>
</template>

Expand Down

0 comments on commit 0aa95f3

Please sign in to comment.