Hide/show Submit button when uppy's Upload button is visible/invisible

Is there a way to achieve this?

  1. Hide form submit button when Uppy’s upload button is visible
  2. Show form submit button when Uppy’s upload button is invisible

I’ve tried using uppy.on('file-added') event but its fired before the Uppy’s upload button is render

Hi, this is an XY problem. Why are you trying to do this? Something like this isn’t supported but I also don’t understand why you would want it.