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

Multi selections #158

Closed lp177 closed 8 years ago

lp177 commented 8 years ago

Description

Hi,

I need to build a dropdown menu multi selectable and I see iron-dropdown using here implement the no-cancel-on-outside-click attribute giving the ability to manage closing reasons, is it possible to use this ability with this paper-dropdown-menu ? Because I don't see this attribute or an replace for giving this ability to do multiple selections without reopen many time this menu.

Demo with iron-dropdown

https://jsbin.com/gupida/edit?html,output

Your menu design is great, I hope not to be mistaken in trying to using him for do that, because an useful method seem just to be not mapped.

Thanks for your read.

Solved by better opening my eyes & using ignore-select attribute of paper-menu-button

https://jsbin.com/bobige/edit?html,output