The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Also, currently, we don’t have a list of string data source support for the MultiSelect component for a search action. So as of now, you can convert the string array to list type for your application requirement. We considered it as a feature and it will be included in the upcoming Volume 1 Main release which is expected to be rolled out on end of March 2020.
Thanks for your Sample. I get the exact same error with your code:
Reproduce:
Selecte an Item -> Type in "foo" in the Textbox
I dont use List<string> in the real application, but i want to create a simple sample
SPSureshkumar P Syncfusion Team February 4, 2020 11:48 AM UTC
Hi Thomas,
We have validated your requirement and we suggest you make the component value Null before setting the data source dynamically to get rid of your facing issue. Please refer to the below code example.