Closed galvakojis closed 6 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
@galvakojis Fixed: https://github.com/optimistex/ngx-select-ex/releases/tag/3.6.3
i think you should give an option to remain selection in order as user selected it, because now it always regroup in alphabetical order.