Pankaj Parkar

Results 20 comments of Pankaj Parkar

You can create a directive which name would be `multiSelectItem`, because `isteven-multiselect` directive will add `multiSelectItem` class on each element of `dropdown`. So As workaround you could create your own...

@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

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

@Pawel-Durzynski I created kind of similar multiselect, at least in terms of UI it looks kind of similar. Please have a look at it. https://github.com/ngx-lib/multiselect

@sagarwasule I've created kind of similar multiselect, at least in terms of UI. Please have a look at it once. https://github.com/ngx-lib/multiselect

I guess, you misunderstood `reset` button behaviour. Over here what "Reset" button does is, suppose you had initially 5 items selected(stored in a copy) on page load, and later unselected...

@rajaEmani do you want a separate button that should open dropdown from outside isteven? Would you mind to elaborate the scenario? I'd love to help you on this. If you...

Can you please share a plunker with what you have tried so far?

@rajaEmani primarily I'd need plunker/fiddle with problem replication in it. So that I can try out stuff and would able make something work on it.

@brentvee In my understanding that happens because it is using `$timeout` to fire the event, which eventually queued up the event and fire that event in next digest cycle. Check...