Hi,
Following the example in your docs:
https://blazor.syncfusion.com/documentation/multiselect-dropdown/data-source#valuetuple-data-binding
If you then associate a bind-value to save the select values, when you change your selected values, visually works fine but the bind-value it will always be null array/list.
Also is worth note that, if you fill the bind-value initially, it succeeds in present them as selected only when you change the values it will make the array/list null.
Is there anything missing? Can you provide a working sample?
Regards