You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now you will find that in mu2.fileInputType.widget and mu1.fileInputType.widget is b located and a is not referenced anymore.
Result:
uploader will be reinstanceiate after file selection. Therefore the button will be removed and add ed into the new upload Formular. The Problem is: it's the same Button for all uploaders - all are removed! but it will be reassigned only to one uploader => missing Buttons.
The text was updated successfully, but these errors were encountered:
It is not possible to use more than one
FileInputType.CUSTOM
(it's a modifiable singelton)Reproduce:
now you will find that in
mu2.fileInputType.widget
andmu1.fileInputType.widget
isb
located anda
is not referenced anymore.Result:
uploader will be reinstanceiate after file selection. Therefore the button will be removed and add ed into the new upload Formular. The Problem is: it's the same Button for all uploaders - all are removed! but it will be reassigned only to one uploader => missing Buttons.
The text was updated successfully, but these errors were encountered: