Juravenator / paper-dropdown-input

A paper-input that provides the user with input suggestions
MIT License
20 stars 14 forks source link

iron-icon is not incompatible with my version #11

Open feidudu1 opened 6 years ago

feidudu1 commented 6 years ago
<iron-icon icon="paper-dropdown-menu:arrow-drop-down" suffix="" slot="suffix"></iron-icon>

the icon will not show, but if I change it to

<iron-icon icon="arrow-drop-down" suffix="" slot="suffix"></iron-icon>

the icon will show how did i realize it with configuration?

feidudu1 commented 6 years ago

solve:must install 'paper-dropdown-menu'

Juravenator commented 6 years ago

the icon you mentioned is actually declared in the code. And the dependency to paper-dropdown-menu is in bower.json.

So now I'm curious how this was missing for you.

feidudu1 commented 6 years ago

because i import "../bower_components/iron-icons/iron-icons.html" not "../bower_components/iron-icon/iron-icon.html" so icon="arrow-drop-down" is valide and show icon="paper-dropdown-menu:arrow-drop-down" is not valide