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.
1 parent 397de09 commit 410efdaCopy full SHA for 410efda
components/file-upload/file-select.directive.ts
@@ -38,7 +38,7 @@ export class FileSelectDirective {
38
this.uploader.addToQueue(files, options, filters);
39
if (this.isEmptyAfterSelection()) {
40
// todo
41
- // this.element.nativeElement.properties.value = '';
+ this.element.nativeElement.value = '';
42
/*this.element.nativeElement
43
.replaceWith(this.element = this.element.nativeElement.clone(true)); // IE fix*/
44
}
0 commit comments