]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/reactive-file.component.html
Improve captions UX (at least I've tried)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / reactive-file.component.html
index 9fb1c9e3ee9937cbcfa2a053413673c2dbd6d9e1..7d691059d4fb8d6d3f6ff7398e56e73a74ce4bb0 100644 (file)
@@ -4,7 +4,7 @@
     <input
       type="file"
       [name]="inputName" [id]="inputName" [accept]="extensions"
-      (change)="fileChange($event)"
+      (change)="fileChange($event)" [(ngModel)]="fileInputValue"
     />
   </div>