Polymer element to select an item from a list
Members
-
<static> disabled
-
Disabled state of element
-
<static> items
-
Array of Menu item labels
-
<static> label
-
Menu description
-
<static> name
-
Local storage key
-
<static> noseparator
-
Visibility state of optional divider
-
<static> sectionTitle
-
Optional group title
-
<static> value
-
Selected menu item index
Methods
-
<private, static> _init()
-
Initialize value if it is not in localstorage
-
<private, static> _onItemSelected(ev)
-
Event: menu item tapped
Parameters:
Name Type Description ev
Event tap event