Hi,
I try to make a MudAutoComplete drag-and-droppable. My app works for all other components, but I can' make it to work for the MudAutoComplete. When dragging, it changes the order of the items in the list "leden", but it doesn't change the order of the already selected items.
Sure this must be something simple to solve...
Hi, I try to make a MudAutoComplete drag-and-droppable. My app works for all other components, but I can' make it to work for the MudAutoComplete. When dragging, it changes the order of the items in the list "leden", but it doesn't change the order of the already selected items. Sure this must be something simple to solve...
`
@code {
} `
After drag and drop, the order in the list has changed, but the displayed values in the list are still at their original place.