PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Closes paper-dropdown-menu if the already selected option is clicked. #98

Closed freshp86 closed 8 years ago

freshp86 commented 8 years ago

FIxes https://github.com/PolymerElements/paper-dropdown-menu/issues/72. I am hoping that a better fix exists, but at least this change reveals where the problem lies.

bicknellr commented 8 years ago

This PR is more of a hack specifically for PolymerElements/paper-dropdown-menu#72 than a fix for a legitimate problem with iron-selector.. I think this is really a problem with paper-menu-button's choice of events to listen for (comment in issue).