You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Hi, If a paper-listbox is used inside the dropdown, it's possible to make multiselect, though the paper-dropdown menu doesn't allow staying open if it's a multiselect (can't set this attribute or property, have to call .open() which gives this bouncing opening animation, which is annoying) and if an item is unselected, the paper-input is cleared, though it'd be a nice-to-have feature to calculate items selected and if they are more than 0, show them as comma-separated list (trimmed with ellipses) or as an option, to display a number of items, like (6 items selected) with configuarable text.
Hi, If a paper-listbox is used inside the dropdown, it's possible to make multiselect, though the paper-dropdown menu doesn't allow staying open if it's a multiselect (can't set this attribute or property, have to call .open() which gives this bouncing opening animation, which is annoying) and if an item is unselected, the paper-input is cleared, though it'd be a nice-to-have feature to calculate items selected and if they are more than 0, show them as comma-separated list (trimmed with ellipses) or as an option, to display a number of items, like (6 items selected) with configuarable text.