Chromium Code Reviews| Index: chrome/browser/resources/settings/printing_page/cups_printer_details_page.html |
| diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html |
| index f3eeb0777254d26058845bb5fff36fb8d460615a..7ff6b0d5d6048935f580f433c41d331d07a9cd4f 100644 |
| --- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html |
| +++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html |
| @@ -20,7 +20,7 @@ |
| <div>$i18n{printerName}</div> |
| <div class="secondary"> |
| <paper-input no-label-float value="{{printer.printerName}}" |
| - on-blur="onValueChanged_"> |
| + on-change="onValueChanged_"> |
|
stevenjb
2017/01/17 17:49:32
nit: onValueChange_ while we are at it...
tommycli
2017/01/17 18:18:22
Done.
|
| </paper-input> |
| </div> |
| </div> |