File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
32
32
<div class="ui icon search input">
33
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}}...">
34
+ <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
35
</div>
36
36
{{if $showBranchesInDropdown}}
37
37
<div class="header branch-tag-choice">
You can’t perform that action at this time.
0 commit comments