paper-dropdown-menu
paper-dropdown-menu copied to clipboard
A Material Design browser select element
Adding a `readonly` behavior for `paper-dropdown-menu` - `paper-menu` is set to `disabled` mode - the menu closes when setting to `readonly`
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
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...
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....
### 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...
### 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...
adding new `attrForSelected` attribute to specify an attribute whose value to use as this elements `value`