PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

First menu item is automatically selected #58

Closed maria-le closed 8 years ago

maria-le commented 8 years ago

Sometimes we don't want any item selected when the dropdown button is clicked and the dropdown menu is opened.

Right now, the first menu item is automatically selected when the menu is opened.

Please make the default NO selected item when the menu is opened.

morficus commented 8 years ago

Doesn't this depend on your data? The behavior your describe is exactlly how a plain "old fashion" <select> element works.

I think you could solve this by having the first item in your list be blank.

cdata commented 8 years ago

Can you please provide a reduced test case to demonstrate the problem and then re-open?

For more details, please check out our contributing guidelines.

lastmjs commented 8 years ago

@maria-le Did you solve this? I've got the same problem.