I actually passed down a click event on that fileupload component because the small version seemed to be bugged ([BUG] fileUpload component React error #185 - #6 by victordcq)
i did create a module that sends down a click event with just a prop for the html selector…
The small fileupload was buggy but the big one isnt so i made a small button and send the event through to the bigupload as that one triggers the fileupload immedialty instead of showing the popup ‘browse or drag’ xD What would have probably been better was to recreate/fix the fileupload component but to much work without the source code so Im just hacking my way through everything lol. I could also have waited for the bug to be fixed, but such a small component doesnt take long to make xd
But i aggree this should be avoided if possible…