I'm using bootstrap tagsinput to display some values, but I'm not being able to order them once the user start searching. It's showing the values ascending, but I need it descending.
I didn't find any method or any way to sort it there.
Is it possible to sort using tagsinput?
The below will sort the tags input once an item is added. The HTML element sorting code is taken from Link.
OnItemAdded
event will sort the relevant spans. You can update the relevant code to sort based on user searching.