grantcolley / headway

A .NET 7.0 Blazor framework for building configurable applications fast. Supporting both hosting models, Blazor WebAssembly and Blazor Server, a WebApi for accessing data and an Identity Provider for authentication.
MIT License
35 stars 9 forks source link

Create a generic dropdown component that support binding to a list of custom classes #25

Closed grantcolley closed 3 years ago

grantcolley commented 3 years ago

GenericDropdown working in conjunction with DropdownComplex. Configurable parameters contain details about the model, display name, generic dropdown component to dynamically load, and how to obtain option items to bind to the dropdown.