I have this small part of a Blazor page:
On the right is the Blazorise FileEdit component. When an image is selected and uploaded the image is displayed in the placeholder. But I don't like the large FileEdit component and I would like to hide it and trigger an file select when I click the placeholder. Triggering image onclick is not an issue, but in that image onclick function I'd like to trigger the fileSelect for the FileEdit. Is this possible? In Blazorise or Blazor?