When the variable called "source" is empty then the file upload component displays the default "Drag and drop files or click here"message along with the file upload icon. However, once I programmatically populate the variable then the default message goes away but the file upload icon is still left in the center of the component.
Screenshots
Expected Behaviour
File upload icon should be aligned to the top right corner of the component.
There seems to be an issue when using the file upload component in a template-driven form.
HTML
<file-upload [(ngModel)]="source" name="files" (ngModelChange)="onChange($event)" #fileComp></file-upload>
When the variable called "source" is empty then the file upload component displays the default "Drag and drop files or click here"message along with the file upload icon. However, once I programmatically populate the variable then the default message goes away but the file upload icon is still left in the center of the component.
Screenshots
Expected Behaviour File upload icon should be aligned to the top right corner of the component.
Angular Version: 12.2.9 ngx-file-upload version: 3.3.1