optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
109 stars 42 forks source link

Multi selections are always sorted in alphabetical order. #121

Closed galvakojis closed 5 years ago

galvakojis commented 5 years ago

i think you should give an option to remain selection in order as user selected it, because now it always regroup in alphabetical order.

galvakojis commented 5 years ago

i see that is not alphabetical, but some how it depend on [items] so if user selects: 5,2,1 it should stay 5,2,1 and now it is always regroup in 1,2,5

update: so (selectionChanges) is fired two times one (after a click) 5,2,1 and second immediately after the first one someone fires it again

optimistex commented 5 years ago

@galvakojis Fixed: https://github.com/optimistex/ngx-select-ex/releases/tag/3.6.3