IgniteUI / igniteui-blazor

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.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Blazor Combo: Unable to bind value to collection with specific type #100

Open GrblackStar opened 7 months ago

GrblackStar commented 7 months ago

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: image

Steps to reproduce

Sample: image

  1. bind the value of the combo as shown
  2. run the application

Result

Compilation error for mismatching types: image

Expected result

Combo should accept custom types, not just object

Attachments

Sample with the whole app DPC_Blazor.zip

dkamburov commented 1 month ago

It's fixed internally, but we'll close it once the official release version is out.