We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Sorry, my error, I got attribute and property mixed up. I've confirmed it's working as intended.
Sorry, something went wrong.
No branches or pull requests
I'm not noticing an property being set on the selected item in a paper-dropdown-menu. The selectedClass attribute works, however.
The text was updated successfully, but these errors were encountered: