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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html

Issue 2624213008: MD Settings: Update some ChromeOS inputs to on-change (Closed)
Patch Set: fix issue Created 3 years, 11 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/printing_page/cups_add_printer_dialog_util.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
index d2f2e1bbf3c9e1069489ef62b7c6dc486685d007..f08c5e7b3e3f81f5233fe074b8c7bc919eb50fa1 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
@@ -57,7 +57,7 @@
</style>
<paper-input-container no-label-float>
<input is="iron-input" type="search" on-tap="onTap_"
- on-search="onInputValueChanged_" on-blur="onBlur_" incremental>
+ on-search="onInputValueChanged_" on-change="onChange_" incremental>
<paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
</paper-icon-button>
<paper-icon-button suffix id="dropdownIcon" icon="cr:arrow-drop-down">

Powered by Google App Engine
This is Rietveld 408576698