PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

[2.0] - Dropdown arrow not slotting into suffix #216

Open WoodyWoodsta opened 7 years ago

WoodyWoodsta commented 7 years ago

Description

The iron-icon used for the dropdown arrow in paper-dropdown-menu is not assigned to the suffix slot (still follows the old content selection by attribute technique)

Expected outcome

The dropdown arrow shows correctly (as slotted).

Actual outcome

The arrow is not shown (not slotted)

Live Demo

https://jsbin.com/varipogune/1/edit?html,output