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

Custom label template in multi select #73

Closed
2 tasks done
varnastadeus opened this issue Oct 4, 2017 · 0 comments
Closed
2 tasks done

Custom label template in multi select #73

varnastadeus opened this issue Oct 4, 2017 · 0 comments
Assignees

Comments

@varnastadeus
Copy link
Member

varnastadeus commented Oct 4, 2017

Allow to have custom template for selected values in multi select as it already supported in single mode. E.g.

<ng-template ng-label-tmp let-item="item" let-unselect="unselect">
   <span><b>{{item.name}}</b></span>
   <span (click)="unselect(item)">x</span>
</ng-template>
  • Custom label
  • Custom unselect
@varnastadeus varnastadeus self-assigned this Oct 4, 2017
@varnastadeus varnastadeus added this to the Version 1.0.0 milestone Oct 4, 2017
@varnastadeus varnastadeus changed the title Custom labels in multi select Custom label template in multi select Oct 4, 2017
varnastadeus added a commit that referenced this issue Oct 11, 2017
jakemdunn pushed a commit to jakemdunn/ng-select that referenced this issue Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant