In the multi-select input box, the tags are ordered according to the Data collection, not according to the collection bound to the Value property.
To reproduce the issue, edit the demo for the multi-select overview: https://blazorrepl.telerik.com/wgunGTOD22gxWC0722?_gl=1*m10ro*_gcl_au*MTUzMzExNDY1OC4xNzcwOTA4NDcwLjIwMjEwNDM5NzEuMTc3NjQxMzY3Mi4xNzc2NDEzNjc1*_ga*MjExNTkwMTk2Ny4xNzYyOTMyMjg1*_ga_9JSNBCSF54*czE3NzY0MTI0MjckbzM5JGcxJHQxNzc2NDEzODM5JGo0NSRsMCRoMA..
On line 14, swap values 1 and 6 in the SelectedHobbyIds list.
I expect the multi-select input to show [Football][Basketball], but instead it shows [Basketball][Football]. Note that the values in SelectedHobbyIds keep the initial order until a new item is selected.
For my scenario, the order for both collections, assigned to Data and Value, matter.
Is it something you can fix?
