Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
251 stars 23 forks source link

ComponentGenerator - support custom collection types #123

Closed Dreamescaper closed 1 year ago

Dreamescaper commented 1 year ago

Example: Material.Components.Maui ComboBox has a property Items. But it is not IList<T>, but Material.Components.Maui.Core.ItemCollection.

This PR adds a support for any type descending from IList<T>.