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

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

Issue 2868723005: [CUPS] Change manufacturer selection should clear model selection in the dropdown list. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ed0f4389a28d9e383a161eb12878ff5834a1dee8..6ee076d97d5b063a2d104f814896981bbd233e4a 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
@@ -77,7 +77,7 @@
}
</style>
<paper-input-container no-label-float on-tap="onTap_">
- <input is="iron-input" type="search"
+ <input is="iron-input" type="search" bind-value="{{selectedItem}}"
on-search="onInputValueChanged_" on-change="onChange_" incremental>
<paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
</paper-icon-button>
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698