Initial checklist
Problem
Restrictions set on the Uppy class are not reflected in Dropzone and FileInput headless components
new Uppy({
restrictions: {
maxNumberOfFiles: 20,
maxFileSize: MAX_FILE_SIZE,
allowedFileTypes: ['image/jpeg', '.jpg', '.jpeg'],
},
})
Solution
Inherit the settings
Alternatives
n/`