Delete items in FileUpload

How to delete files from FileUpload without hitting the submit or using $this->form->getState()?

How to trigger a delete item too, like is there a '->afterFileDeleted?

->afterStateUpdated doesn't trigger when deleting items from a FileUpload::multiple
Was this page helpful?