paper-dropdown-menu icon indicating copy to clipboard operation
paper-dropdown-menu copied to clipboard

A Material Design browser select element

Results 103 paper-dropdown-menu issues
Sort by recently updated
recently updated
newest added

Adding a `readonly` behavior for `paper-dropdown-menu` - `paper-menu` is set to `disabled` mode - the menu closes when setting to `readonly`

pending-response
cla: yes

I am trying to write a simple test where I simulate an "Enter" keystroke on a menu item and then I assert that the current selection of the menu has...

When opening a dropdown, the window scrollbar is disappearing. The [paper-dropdown-menu demo](https://elements.polymer-project.org/elements/paper-dropdown-menu?view=demo:demo/index.html) shows the issue. This issue was carried over from the previous version's repository (67).

When `readonly`, a `paper-dropdown-menu` could either: - Act just like a `readonly` `paper-input` - Allow the dropdown to be shown, but not allow the selection to be changed

enhancement
started

It looks like it's not currently possible to provide a prefix element for a paper-dropdown-menu, like with paper-input-container. Possible to add support for this? This would help our team in...

enhancement
p2 - icebox

I'm trying to deselect the `paper-dropdown-menu` reproducing this [test case](https://github.com/PolymerElements/paper-dropdown-menu/blob/master/test/paper-dropdown-menu.html#L131-L136) but I'm failling because `paper-dropdown-menu.querySelector('.dropdown-content')` actually brings the [`paper-material` that wraps .dropdown-content](https://github.com/PolymerElements/paper-menu-button/blob/master/paper-menu-button.html#L121) which, in my case, is a `paper-menu` too....

pending-response

### Description The `noLabelFloat` attribute, used in `_computeMenuVerticalOffset` to compute a -4 vertical offset for the menu, causing a lack of proper spacing between the menu and the bottom of...

pending-response

### Description The underline does not animate away when quickly tabbed through. Only seems to be reproducible on FF v47.0 on linux (works fine on same version of FF on...

Multiple focus problems have cropped up in the past couple months, most of which I can repro in in Chrome 52.0.2743.32. These apply to both `paper-dropdown-menu` and `paper-dropdown-menu-light`. #141 #163...

source: hooli

adding new `attrForSelected` attribute to specify an attribute whose value to use as this elements `value`

pending-response
cla: yes