Skip to content
Discussion options

You must be logged in to vote

I also created a custom Field that implements multiple file upload using Vapor. Please see attached code. There are things that are not working like remove a file through UI, so please update your code if you have any updates.

<template>
    <DefaultField
        :field="currentField"
        :label-for="labelFor"
        :errors="errors"
        :show-help-text="!isReadonly && showHelpText"
        :full-width-content="fullWidthContent"
    >
        <template #field>
            <div class="space-y-4">
                <div
                    v-if="hasValue && previewFile && files.length === 0"
                    class="grid grid-cols-4 gap-x-6 gap-y-2"
                >

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@msucevan
Comment options

@bsms66366
Comment options

Comment options

You must be logged in to vote
1 reply
@engineOlawale21
Comment options

Answer selected by msucevan
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment