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
Im using on-iron-select="_itemSelected" and
on-iron-select="_itemSelected"
Polymer({ _itemSelected : function(e) { var selectedItem = e.target.selectedItem; if (selectedItem) { console.log("selected: " + selectedItem.value); } } });
to get the value of the menu but I get: listener method _itemSelected not defined
_itemSelected
Is there another method to get the selected Menu?
The text was updated successfully, but these errors were encountered:
can u create an example for this in fiddle or something?
Sorry, something went wrong.
No branches or pull requests
Description
Im using
on-iron-select="_itemSelected"
andto get the value of the menu but I get: listener method
_itemSelected
not definedIs there another method to get the selected Menu?
The text was updated successfully, but these errors were encountered: