When using the Upload
component (i am using Vaadin Flow 13), a nice file list is shown below the “Upload” button with uploaded files.
This file list exists in the shadow dom (slot “file-list”).
Questions:
- Is it possible to suppress this list showing up? or set it invisible?
- (even better) is it possible to programmatically clear this list?
If so, how?