You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jstncno
changed the title
Unable to create a <core-dropdown> element in <core-toolbar>
Can't get a <core-dropdown> element in <core-toolbar> to show child nodes
Nov 21, 2014
jstncno
changed the title
Can't get a <core-dropdown> element in <core-toolbar> to show child nodes
Can't get a <core-menu-button> component in <core-toolbar> to show child nodes
Nov 21, 2014
I just realized that <core-menu-button> did not come packaged when developing on the Chrome Dev Editor (Preview) app, so I was importing nothing, whoops.
Hello,
I am using the Chrome Dev Editor app to experiment with Polymer. My goal is to create a dropdown menu in the
<core-toolbar>
.I put in a
<core-dropdown>
within a<core-menu-button>
in the<core-toolbar>
. When I click on the<core-menu-button>
, the menu doesn't show.My code is below (elements.html contain all import declarations for all used elements):
The text was updated successfully, but these errors were encountered: