react-upload-file create all file input elements in same name ajax-upload-file-input. It occurs all of mounted react-upload-file links with first created ajax-upload-file-input input.
to avoid this bug, find file input from descendants, not document.
react-upload-file create all file input elements in same name
ajax-upload-file-input
. It occurs all of mounted react-upload-file links with first createdajax-upload-file-input
input.to avoid this bug, find file input from descendants, not document.