meteor-autoform-semantic-ui icon indicating copy to clipboard operation
meteor-autoform-semantic-ui copied to clipboard

Support of cfs-file?

Open stuffshit opened this issue 7 years ago • 0 comments

Schema like

logo: {
        type: String,
        label: 'Logo',
        autoform: {
            afFieldInput: {
                type: 'cfs-file',
                collection: 'images',
                accept: 'image/*'
            },
            afFormGroup: {
                'formgroup-class': 'inline'
            }
        }
    }

generates an empty input field companies_rates

stuffshit avatar Feb 20 '18 22:02 stuffshit