We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e0de26 + 3ffa391 commit 3b7653bCopy full SHA for 3b7653b
src/packages/core/components/input-upload-field/input-upload-field.element.ts
@@ -275,9 +275,11 @@ export class UmbInputUploadFieldElement extends UUIFormControlMixin(UmbLitElemen
275
}
276
277
#handleRemove() {
278
- this._files = [];
279
const uniques = this._files.map((file) => file.unique);
280
this.#manager.remove(uniques);
+ this._files = [];
281
+ this.value = '';
282
+ this.keys = [];
283
284
this.dispatchEvent(new UmbChangeEvent());
285
0 commit comments