Skip to content

Commit b9931c6

Browse files
Set autocomplete off on branches selector (go-gitea#15809)
Backport go-gitea#15809 Fix go-gitea#15782 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent d054c4e commit b9931c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/branch_dropdown.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
2020
<div class="ui icon search input">
2121
<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
22-
<input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">
22+
<input name="search" ref="searchField" autocomplete="off" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">
2323
</div>
2424
<div class="header branch-tag-choice">
2525
<div class="ui grid">

0 commit comments

Comments
 (0)