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

Added option to show selected items #39

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

zaru
Copy link
Contributor

@zaru zaru commented May 9, 2022

Proposal.

Add option to display items selected by multiple attributes. This option allows for flexibility in the way it looks.

For example, in CSS, it can be displayed comma-separated.

.nice-select.has-multiple {
  .multiple-options {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .current {
    &:before {
      content: ' , ';
    }
    &:first-of-type {
      &:before {
        content: '';
      }
    }
  }
}

@Tsjippy Tsjippy merged commit 1aa6b7b into bluzky:master Jan 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants