0

Fix cups manufacturer and model dropdowns.

Right now if you click on the little "open me up" arrow in these boxes nothing happens.  This makes that action bring up the relevant lists.

Note this may not be entirely the right answer for how this UI element should work, but I believe it's a strict improvement over the status quo.

BUG=chromium:685842
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2658063004
Cr-Commit-Position: refs/heads/master@{#459214}
This commit is contained in:
justincarlson
2017-03-23 14:05:33 -07:00
committed by Commit bot
parent e8caf7c191
commit 942ef62b8e

@ -76,8 +76,8 @@
padding: 8px 0;
}
</style>
<paper-input-container no-label-float>
<input is="iron-input" type="search" on-tap="onTap_"
<paper-input-container no-label-float on-tap="onTap_">
<input is="iron-input" type="search"
on-search="onInputValueChanged_" on-change="onChange_" incremental>
<paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
</paper-icon-button>