wubocong / react-upload-file

react upload component
MIT License
28 stars 25 forks source link

fix - button doesn't work when multiple react-upload-file exists in single page #3

Closed Perlmint closed 7 years ago

Perlmint commented 7 years ago

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.