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!
When I try to use an List<string> as a DataSource in the AutoComplete control I get a null reference exception. I have worked around this by wrapping the string into it's own single property POCO object.