You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list ends up being sorted alphabetically by label of the MultiSelectItem(), ignoring both the original order of items and the compareTo function of value.
Ideally there would be a parameter that would determine how items are sorted, or at least the original order is respected.
Generalising this further we could have a list builder that would also allow to show part of the items for larger lists for example.
The text was updated successfully, but these errors were encountered:
The list ends up being sorted alphabetically by
label
of theMultiSelectItem()
, ignoring both the original order ofitems
and thecompareTo
function ofvalue
.Ideally there would be a parameter that would determine how items are sorted, or at least the original order is respected.
Generalising this further we could have a list builder that would also allow to show part of the items for larger lists for example.
The text was updated successfully, but these errors were encountered: