It's as easy as you think it is to zero this out. Assuming...
@ViewChild('uploadControl') uploadControl: ElementRef<HTMLInputElement>;
...then:
this.uploadControl.nativeElement.value = '';
No comments:
Post a Comment