Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paper-dropdown-menu: selectedProperty doesn't seem to work #881

Closed
kenmoore opened this issue Nov 5, 2014 · 1 comment
Closed

paper-dropdown-menu: selectedProperty doesn't seem to work #881

kenmoore opened this issue Nov 5, 2014 · 1 comment

Comments

@kenmoore
Copy link

kenmoore commented Nov 5, 2014

I'm not noticing an property being set on the selected item in a paper-dropdown-menu. The selectedClass attribute works, however.

  <paper-dropdown-menu selected='Way' selectedClass='foo' selectedProperty='bar' valueattr='label'>
    <paper-item label='Something'></paper-item>
    <paper-item label='Wicked'></paper-item>
    <paper-item label='This'></paper-item>
    <paper-item label='Way'></paper-item>
    <paper-item label='Comes'></paper-item>
  </paper-dropdown-menu>
@kenmoore
Copy link
Author

kenmoore commented Nov 5, 2014

Sorry, my error, I got attribute and property mixed up. I've confirmed it's working as intended.

@kenmoore kenmoore closed this as completed Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant