Hi,
I need to have the selected tokens NOT sorted.
I will explain: it has a data model for the list of options: [A,B,C,D] (keyFigureList) and;
it has a data model for the selected items: [D,A,B] (metric>/metrics) that comes from the backend.
What happens is that the MultiComboBox sorts selected tokes [D,A,B] to [A,B,D] and I want to avoid it.
Any suggestions?
thanks. Cristiano