angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

Angular 2 - Create a new github project

Open danicomas opened this issue 9 years ago • 9 comments

Angular 2 beta was released we should create or migrate this plugin to angular 2. @isteven

danicomas avatar Jan 05 '16 17:01 danicomas

@danicomas ,

Yeah this is a priority now.. Thanks for reminding. Any good resource or example on how directive is defined in Angular 2?

isteven avatar Jan 14 '16 03:01 isteven

@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

danicomas avatar Jan 15 '16 23:01 danicomas

@isteven - any update on this?

msrkrishnan avatar Nov 27 '16 03:11 msrkrishnan

+1

ricetrac avatar Jun 26 '17 13:06 ricetrac

Any update on migrating this plugin to Angular 2 and above?

ferrarikarthik avatar Sep 24 '18 09:09 ferrarikarthik

@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 avatar Jul 02 '19 18:07 pankajparkar

@pankajparkar - good work, it looks good. Couple of suggestions:

  1. If all items are selected, provide an option to show label as "All"
  2. Also show number of items selected in label
  3. Is it possible to customize Tick mark?

msrkrishnan avatar Jul 02 '19 20:07 msrkrishnan

@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"

pankajparkar avatar Jul 03 '19 07:07 pankajparkar

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.,

msrkrishnan avatar Jul 03 '19 12:07 msrkrishnan