Skip to content

Commit 1c363ef

Browse files
committed
Disable autocomplete on package search form
1 parent 48926d7 commit 1c363ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ui/packagelist/templates.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ templ PackagesContent(list *packages.PackagePopularityList, query string, curren
4747
}
4848
</div>
4949
<h2>Package Search</h2>
50-
<form method="GET" action="/packages" class="mb-4">
50+
<form method="GET" action="/packages" class="mb-4" autocomplete="off">
5151
<div class="input-group">
5252
<label class="input-group-text" for="package-search">Package name</label>
5353
<input

0 commit comments

Comments
 (0)