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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
This must be a useful and widely applied design to stack menus dynamically and from a custom element. I spent hours debugging this and come so far as some events (iron-select) are not being propagated [correctly].
It WORKS so far. But as soon as we add recursion and replace inner <PAPER-ITEM>xx</PAPER-ITEM>
with mycustommenu, which renders to <mycustommenu><PAPER-ITEM>xx</PAPER-ITEM></mycustommenu>
it doesn't click/select anymore
I have the same problem. A work around may be something similar to what is done in https://github.com/NickBolles/nb-menu but its in version 0.5 so will need some migration.
This must be a useful and widely applied design to stack menus dynamically and from a custom element. I spent hours debugging this and come so far as some events (iron-select) are not being propagated [correctly].
In short
where
mycustommenu
renderspaper-item
orpaper-submenu
recursively,so in the end it looks like
It WORKS so far. But as soon as we add recursion and replace inner
<PAPER-ITEM>xx</PAPER-ITEM>
with
mycustommenu
, which renders to<mycustommenu><PAPER-ITEM>xx</PAPER-ITEM></mycustommenu>
it doesn't click/select anymore
bower dep
The text was updated successfully, but these errors were encountered: