Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I am attaching a small VS2019 Blazor solution, where there is a SfMultiSelect in the MainLayout component and its values are binded to a List<Int64> variable inside the NavBarState class.
These selected values are then shown on the content page Index as simple concatenated label and everytime you select an item from SfMultiSelect this label gets updated with the new values.
The problem is that SfMultiSelect does not always update correctly the binded variable to current selected values and you can see this misalignment in the concatenated label (especially the select all checkbox does not always work).
I know that the component is in preview, but I would like to know in what version these problems will be resolved.

Thank you in advance for your support.
Federico