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!
A default scenario in blazor is that we can use a simple foreach loop to render a collection of childs. When it comes to the EjsChipList the following code results in only one Chip but the List has about 6 entries:
Code:
Result:
Or is there a posibility to bind a list on the chipcollection, i couldn't find anything in the documentation :(