The FileInputField does not accept any files if it is reset and the file is uploaded with the browse button. This does not happen if the file is drag and dropped.
Steps to reproduce:
- Go to https://react-ui.io/components/FileInputField/#resetting-input-state
- Upload a file by pressing "Browse"
- Reset the field
- Again upload a file by pressing "Browse"
The FileInputField does not accept any files if it is reset and the file is uploaded with the browse button. This does not happen if the file is drag and dropped.
Steps to reproduce: