angular-multi-select
angular-multi-select copied to clipboard
Angular 2 - Create a new github project
Angular 2 beta was released we should create or migrate this plugin to angular 2. @isteven
@danicomas ,
Yeah this is a priority now.. Thanks for reminding. Any good resource or example on how directive is defined in Angular 2?
@isteven I did a component example in this blog https://www.ingens-networks.com/blog/post/2015/10/05/angular-2-components-creando-un-modal.aspx (Spanish) but you can find other examples like too: https://github.com/thelgevold/angular-2-samples/tree/master/components
@isteven - any update on this?
+1
Any update on migrating this plugin to Angular 2 and above?
@ferrarikarthik @ricetrac @msrkrishnan @danicomas I've created a multiselect plugin similar as that of isteven at least in terms of look and feel. Please have a look at it once.
https://github.com/ngx-lib/multiselect
@pankajparkar - good work, it looks good. Couple of suggestions:
- If all items are selected, provide an option to show label as "All"
- Also show number of items selected in label
- Is it possible to customize Tick mark?
@msrkrishnan thanks for your suggestion, I'll create an issue for each of the point and start working on it. Let me know if you're interested to contribution.
Followup question: I didn't get the 1st point, particularly provide an option to show label as "All"
If all the items in the drop down is selected, then we can just show "All Selected" or a custom label. It should be based on options/config. If user wants to see selected item names, leave as it is like Option, Option2, etc.,