I want to hide the FileMultiUploadField component. When I set the visible property to false, I found that no corresponding HTML code was generated. How can I hide this component but use it normally (through the background API in controller)
Similar to CSS: {visibility:hidden;}
Not: {display:none;}