meteor-autoform-semantic-ui
meteor-autoform-semantic-ui copied to clipboard
Support of cfs-file?
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