Yuvaleros/material-ui-dropzone

No props for customizing alert messages

mballen-1 opened this issue · 1 comments

Hi all! Thanks for providing this nice component.
Unfortunately I see no props for customizing alert messages... Could you consider adding these props please ?

I've noticed due old issues this functionality is available by using getFileLimitExceedMessage prop
getFileLimitExceedMessage={ maxFileSize => getFileLimitExceedCustomMessage(maxFileSize) }
Maybe should be added to documentation. Thank you very much