We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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>
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:
Only the first selected item is selected. See screenshot above.
n/a
see above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Our code looks like this:
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:
Actual outcome
Only the first selected item is selected. See screenshot above.
Live Demo
n/a
Steps to reproduce
see above
Browsers Affected
The text was updated successfully, but these errors were encountered: