Hey There,
Listbox with templates is broken in 18.3.0.38.
Even the example from here: https://blazor.syncfusion.com/documentation/listbox/icons-and-templates/
Does not run in 18.3.0.38
The exception is
Unable to cast object of type 'Syncfusion.Blazor.DropDowns.ListBoxTemplates`1[Demo.Web.Shared.Dev+ListData]' to type 'Microsoft.AspNetCore.Components.RenderFragment`1[Demo.Web.Shared.Dev+ListData]'.
System.InvalidCastException: Unable to cast object of type 'Syncfusion.Blazor.DropDowns.ListBoxTemplates`1[Demo.Web.Shared.Dev+ListData]' to type 'Microsoft.AspNetCore.Components.RenderFragment`1[Demo.Web.Shared.Dev+ListData]'.
at Syncfusion.Blazor.DropDowns.SfListBox`2.UpdateChildProperties(String propKey, Object propValue)
at Syncfusion.Blazor.DropDowns.ListBoxTemplates`1.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
I must say, 18.3.0.38 is a pretty low quality release. I've already spent the last day sorting out the ton of breaking changes in my app, and still not done yet.