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

Clear selected value #129

Open reinert opened 8 years ago

reinert commented 8 years ago

I'm trying to deselect the paper-dropdown-menu reproducing this test case but I'm failling because paper-dropdown-menu.querySelector('.dropdown-content') actually brings the paper-material that wraps .dropdown-content which, in my case, is a paper-menu too.

Do you know why in the test case above it is working, and in my it isn't?

valdrinkoshi commented 8 years ago

I think this issue is a bit outdated, as paper-dropdown-menu doesn't use paper-material anymore. @reinert does the problem still persist or can we close this?