googlearchive / paper-menu

A Material Design menu
https://www.webcomponents.org/element/PolymerElements/paper-menu
27 stars 48 forks source link

attrForSelected in paper-menu #24

Closed grokys closed 9 years ago

grokys commented 9 years ago

Should the attrForSelected stuff from IronSelectableBehavior work with paper-menu? It doesn't appear to, see the following jsbin:

http://jsbin.com/yemoxuvili/edit?html,console,output

notwaldorf commented 9 years ago

You need to use attr-for-selected, since you're using the attribute in HTML. Does that fix your issue?

grokys commented 9 years ago

Indeed it does @notwaldorf - thank you. I'd apparently forgottten that part of the docs, though I do vaguely remember reading it. Thanks for your help. Maybe something else that could be added as an example to the paper-menu docs?