Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1459)

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage_search.html

Issue 2772873002: MD Settings: Allow searching the languages list in "add language" dialog. (Closed)
Patch Set: Fix test. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/settings_page/settings_subpage_search.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
index ba219ceaabd8460e94cdb9bdb3d2edccd51b7ada..c5b46c9db105e6eb0c4b7c76c55ee705e303db5a 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
@@ -88,8 +88,8 @@
<paper-input-container no-label-float>
<label id="prompt">[[label]]</label>
<input id="searchInput" type="search" on-search="onSearchTermSearch"
- on-input="onSearchTermInput" aria-labelledby="prompt" incremental>
- </input>
+ on-input="onSearchTermInput" aria-labelledby="prompt" incremental
+ autofocus$="[[autofocus]]">
<paper-icon-button suffix icon="cr:cancel" id="clearSearch"
on-tap="onTapClear_" title="[[clearLabel]]"
hidden$="[[!hasSearchText]]">

Powered by Google App Engine
This is Rietveld 408576698