react-simple-file-input
react-simple-file-input copied to clipboard
Simple wrapper for the HTML input tag and HTML5 FileReader API
Results
2
react-simple-file-input issues
Sort by
recently updated
recently updated
newest added
Greetings, In my experience onLoadEnd is an invalid input property - I get the 'react-unknown-prop' error. Just need to add it here: https://github.com/greena13/react-simple-file-input/blob/master/src/index.js#L32
` ` If you try to upload same file again then it won't detect onChange event. Can you please add some method like ClearInput which will clear this input value?...