react-images-upload
react-images-upload copied to clipboard
Is it possible to make the input required?
I want to make it mandatory to select a file, like it is already possible with HTML 5 in this way :
<input type='file' required />
I was thinking if there is way to send the required boolean value from the ImageUploader component into the input that is inside it.
+1 this would be a nice addition