Reset file upload progress list when clearing the value

This commit is contained in:
nathan 2024-12-18 15:21:42 -07:00
parent b4aab2f712
commit 2bec393ad2

View File

@ -358,6 +358,9 @@ export class et2_file extends et2_inputWidget
this.input.wrap('<form>').closest('form').get(0).reset();
this.input.unwrap();
// Reset progress
this.progress.empty();
return;
}