0
votes

Paper-dropdown-menu component seems to be working fine on the polymer website [ https://www.polymer-project.org/components/paper-dropdown-menu/demo.html ].

However, I downloaded polymer/web components 0.5.1 and the menu doesn't seem to render at all [on any browser]. [ http://idineth.com/garage-website/bower_components/paper-dropdown-menu/demo.html ]

Any idea why this is the case? Polymer website seems to be using the same branch if I'm not mistaken.

1
what method did you use for installation? this type of behavior happens when components or imports are missing. - jimi dough10
installed using bower.. - DinethH
as of today i am having the same issue on what was a working app. - jimi dough10

1 Answers

0
votes

Try adding these imports.

<link rel="import" href="bower_components/web-animations-next/web-animations.html">
<link rel="import" href="bower_components/web-animations-js/web-animations.html">