paper-dropdown-menu
paper-dropdown-menu copied to clipboard
A Material Design browser select element
### Description When a paper-dropdown-menu is enclosed in a dir="rtl" element, its floating label is positioned off-center, and the selected element is left-aligned. ### Expected outcome I would expect the...
See https://github.com/PolymerElements/paper-dropdown-menu/pull/227 for the same change on paper-dropdown-menu.
### Description Documentation refers to the "required" and "error-message" fields, but when they're set the error message is not displayed (It is added to page but the paper-input-error field is...
Expose `fit-into` default this is `window` but in some cases you want to use another `fit-into` target. This is in general handy when you’re using `dynamic-align=true` and the element where...
### Description Expose `fit-into` default this is `window` but in some cases you want to use another `fit-into` target. This is in general handy when you’re using `dynamic-align=true` and the...
### Description The iron-icon used for the dropdown arrow in `paper-dropdown-menu` is not assigned to the `suffix` slot (still follows the old `content` selection by attribute technique) ### Expected outcome...
### Description If the underline on a `paper-dropdown-menu-light` is greater than 2px (styled using the `--paper-dropdown-menu-input` mixin as recommended by the file), and you make the dropdown active by clicking...
The way it's currently implemented, there is no way of keeping the dropdown menu from closing when you deselect an item. Example: ``` html foo bar foo bar ``` The...
The `paper-dropdown-menu-light` shows label out of place when an item is selected and then all items are removed. i.e. Binding items to a firebase-query or any other dynamic source. ##...