Skip to content

Commit

Permalink
fix no slot assignment for arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodyWoodsta committed Jan 27, 2017
1 parent 2a3c54f commit 89ac440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-dropdown-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
always-float-label="[[alwaysFloatLabel]]"
no-label-float="[[noLabelFloat]]"
label="[[label]]">
<iron-icon icon="paper-dropdown-menu:arrow-drop-down" suffix></iron-icon>
<iron-icon icon="paper-dropdown-menu:arrow-drop-down" slot="suffix"></iron-icon>
</paper-input>
</div>
<slot id="content"></slot>
Expand Down

0 comments on commit 89ac440

Please sign in to comment.