We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0a67 commit d9e6e75Copy full SHA for d9e6e75
1 file changed
internal/home/templates.templ
@@ -63,7 +63,7 @@ templ Index(latestNews []news.NewsItem, recentPkgs []packages.PackageSummary) {
63
<div class="card-body">
64
<form action="/packages" method="get">
65
<div class="input-group">
66
- <input type="text" name="search" class="form-control" placeholder="Paketsuche..." aria-label="Paketsuche"/>
+ <input type="text" name="search" class="form-control" placeholder="Paketsuche..." autocomplete="off" aria-label="Paketsuche"/>
67
<button class="btn btn-primary d-none d-sm-inline-block" type="submit">Suchen</button>
68
</div>
69
</form>
0 commit comments