Unplanned
Last Updated: 27 Feb 2020 09:49 by ADMIN
Eric
Created on: 27 Feb 2020 09:47
Category: MultiSelect
Type: Bug Report
1
MultiSelect tags are always ordered in the data source order when you modify the Value collection

When @bind-Value is used, the tags are ordered in the way the user chose them, which is the expected behavior.

When you don't use two-way binding, but alter the Value in the ValueChanged event (to implement some logic), the tags get reordered according to the their occurrence in the data source.

I would expect that they remain the user order in all cases.

0 comments