No props for customizing alert messages
mballen-1 opened this issue · 1 comments
mballen-1 commented
Hi all! Thanks for providing this nice component.
Unfortunately I see no props for customizing alert messages... Could you consider adding these props please ?
mballen-1 commented
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