add autocomplete="off" spellcheck="false"

#175
it's also useful on android
This commit is contained in:
PikuZheng
2022-08-30 08:40:01 +08:00
committed by GitHub
parent fb2e6d71ef
commit ebb62e370a

View File

@@ -26,7 +26,7 @@
<div class="container add-url-box">
<div class="row">
<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 class="row">