Merge pull request #176 from PikuZheng/patch-2

add autocomplete="off" spellcheck="false" (closes #175)
This commit is contained in:
Alex 2022-09-01 15:27:00 +03:00 committed by GitHub
commit 06349dcaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<div class="container add-url-box"> <div class="container add-url-box">
<div class="row"> <div class="row">
<div class="col add-url-component input-group"> <div class="col add-url-component input-group">
<input type="text" class="form-control" placeholder="Video or playlist URL" name="addUrl" [(ngModel)]="addUrl" [disabled]="addInProgress || downloads.loading"> <input type="text" autocomplete="off" spellcheck="false" class="form-control" placeholder="Video or playlist URL" name="addUrl" [(ngModel)]="addUrl" [disabled]="addInProgress || downloads.loading">
</div> </div>
</div> </div>
<div class="row"> <div class="row">