PolymerElements / iron-menu-behavior

Accessible menu behavior
18 stars 28 forks source link

_resetTabindices should have a public proxy method exposed #26

Closed samccone closed 8 years ago

samccone commented 9 years ago

Why

Currently if you have a dynamic set of menu items and want to have them have this menu behavior the only way to rebind to the new nodes is by calling this private method :finnadie:

Real world :earth_asia: example :cyclone:

https://github.com/samccone/paper-typeahead/blob/master/paper-typeahead-results.html#L49

Thanks for your time :clap:

cdata commented 9 years ago

Thanks for reporting! Now that we have Polymer.dom(...).observeNodes, we should be able to rebind automatically based on items changing.

bicknellr commented 8 years ago

@cdata Was this fixed here?

cdata commented 8 years ago

Yes, I think this has been fixed. Please re-open if not!