fabbricadigitale / paper-chip

A chip web component made with Polymer 2 following Material Design guidelines
http://webcomponents.org/element/fabbricadigitale/paper-chip
MIT License
31 stars 16 forks source link

paper-chip in paper-chip-input don't support icons #62

Open KeithHenry opened 6 years ago

KeithHenry commented 6 years ago

There's no way for the paper-chip elements in paper-chip-input to show icons.

leogr commented 6 years ago

Did you try #58 ?

KeithHenry commented 6 years ago

@leogr No, but I just checked it and it doesn't add icon or icon-src, which is all https://github.com/fabbricadigitale/paper-chip/pull/63 does.

Switch <paper-icon> to <paper-icon-item>, and adds <iron-icon> to the relevant slots in that and <paper-chip>. #58 doesn't do that, but does look like it improves lots of other things.