Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In multi-mode not visible whether more than one item is selected #280

Open
6 tasks
rowe42 opened this issue Feb 14, 2018 · 0 comments
Open
6 tasks

In multi-mode not visible whether more than one item is selected #280

rowe42 opened this issue Feb 14, 2018 · 0 comments

Comments

@rowe42
Copy link

rowe42 commented Feb 14, 2018

Description

When using the multi option it is not visible whether only one item or more than one item is selected when the dropdown is closed:

image

Our code looks like this:

                    <paper-dropdown-menu 
                        class="animad-keeper-skill-field"
                        id="keeper-skill" 
                        label="Skill" 
                        required>
                        <paper-listbox multi attr-for-selected="key" selected-values="{{data.skill}}" slot="dropdown-content">
                            <template is="dom-repeat" items="{{lists.skill}}">
                                <paper-item key="[[item]]">[[item]]</paper-item>
                            </template>
                        </paper-listbox>
                    </paper-dropdown-menu>

Expected outcome

It should be somehow visible that more than one item is selected. In https://github.com/pushkar8723/paper-dropdown, which we are currently using as an alternative this is solved like this:

image

Actual outcome

Only the first selected item is selected. See screenshot above.

Live Demo

n/a

Steps to reproduce

see above

Browsers Affected

  • [ X ] Chrome
  • [ X ] Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant