Skip to content

Commit 760a233

Browse files
matskopetebacondarwin
authored andcommitted
chore(ngdocs): remove autofocus for the filtering search
1 parent 2a5c355 commit 760a233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h4>{{ key }}</h4>
245245
<div class="dropdown search"
246246
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
247247
<input type="text" ng-model="search" placeholder="search the docs"
248-
tabindex="1" accesskey="s" class="input-medium search-query" focused="focused">
248+
tabindex="1" accesskey="s" class="input-medium search-query" />
249249
<ul class="dropdown-menu">
250250
<li>
251251
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>

0 commit comments

Comments
 (0)