mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
add autocomplete="off" spellcheck="false"
#175 it's also useful on android
This commit is contained in:
parent
fb2e6d71ef
commit
ebb62e370a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue