Skip to content

Commit

Permalink
allow files & photos up to 100MB
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Apr 4, 2022
1 parent 37a688e commit adb004e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material/src/inputs/File.js
Expand Up @@ -58,6 +58,7 @@ export default function File({ name, accept, hint, label }) {
acceptedFiles={acceptedFiles}
onChange={setFile}
filesLimit={1}
maxFileSize={100000000}
/>
<HelperText name={name} hint={hint} />
</>
Expand Down

0 comments on commit adb004e

Please sign in to comment.