react-file-input
react-file-input copied to clipboard
Add support for multiple file selection
Yes, please approve this PR.
In case anyone is still waiting on this functionality, simply open index.js in the react-file-input folder (node_modules) and add multiple: this.props.multiple to both React.DOM.input() statements.
edit: for those who don't know to click the commit ;)