paper-dropdown-menu
paper-dropdown-menu copied to clipboard
A Material Design browser select element
### Description Currently `paper-dropdown-menu` will only fallback to textContent that is set from current template. This is only useful for simple use cases, where you set everything in same template....
Hello. I have a form and after submitting show this http://i.imgur.com/uM9zgto.png when I completed the filds of the form the select doesn't update , he continues like invalid input for...
`value` property is misleading as it does not report the value of the selected paper-item, but rather its innerHTML (label). In this scenario: ``` selectedItemLabel ``` Using this: `document.querySelector('#test').value` Returns:...
In your demo, you have this snipped: ``` allosaurus brontosaurus carcharodontosaurus diplodocus ``` This snippet uses a CSS class (dropdown-content). Unfortunately, it's hard to track down where the CSS is...
If you're using two-line items, for example, it may be desirable to set an explicit `label` property on the items. This is documented, obliquely, under `selectedItemLabel`, but based on user...
The light variant of paper-dropdown-menu does not import iron-icon. As a result the svg arrow is not generated and an extra import for iron-icon is needed. ### Expected Behavior The...
Polymer PaperDropdown Menu not getting reset to default after dynamically changing contents. Steps To Reproduce Issue : Step 1 - Select Item 1 from dropdown. Step 2 - Press Change...
### Description When trying to click a link from a dropdown, it activates the link from the carousel under. ### Live Demo http://library.uq.edu.au ### Steps to reproduce 1. Use a...
I'm using paper-dropdown-menu as a select box in a form. I want element to be responsive to the width of a selected item. It seems it's not possible to make...