Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
Trying to bind the value of the combo with @bind- creates internal handler that only accepts object (can't bind to collection with specific type)
Example with an object:
Description
Trying to bind the value of the combo with @bind- creates internal handler that only accepts object (can't bind to collection with specific type) Example with an object:
Steps to reproduce
Sample:
Result
Compilation error for mismatching types:
Expected result
Combo should accept custom types, not just object
Attachments
Sample with the whole app DPC_Blazor.zip