isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Show selected items with selection order #534

Open sirajudeen013 opened 7 years ago

sirajudeen013 commented 7 years ago

Is it possible to list selected options on select box with the order of selection?

Eg: If I choose 4th and 2nd items, then I need to display in same same order like (4 and 2). But as of now It shows as 2 and 4.

isteven commented 7 years ago

Hi @sirajudeen013 ,

Unfortunately it's not possible.

piotrgolawski commented 7 years ago

You can pass on-item-click="filtersChanged(data)", and save in the list.