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 a2df265 commit 16c92fdCopy full SHA for 16c92fd
templates/repo/branch_dropdown.tmpl
@@ -31,7 +31,7 @@
31
<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
32
<div class="ui icon search input">
33
<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
34
- <input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{if $showBranchesInDropdown}}{{.root.i18n.Tr "repo.filter_branch_and_tag"}}{{else}}{{.root.i18n.Tr "repo.find_tag"}}{{end}}...">
+ <input name="search" ref="searchField" autocomplete="off" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{if $showBranchesInDropdown}}{{.root.i18n.Tr "repo.filter_branch_and_tag"}}{{else}}{{.root.i18n.Tr "repo.find_tag"}}{{end}}...">
35
</div>
36
{{if $showBranchesInDropdown}}
37
<div class="header branch-tag-choice">
0 commit comments