paper-dropdown-menu
paper-dropdown-menu copied to clipboard
Clear selected value
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?
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?