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

IgbCombo does not expose a Change event or Value property at the Blazor level #76

Closed agoldenbaum closed 1 year ago

agoldenbaum commented 1 year ago

The IgbCombo does not expose a Change event or Value property at the .razor level. This makes the component rather difficult to use at the Blazor level, as much of its basic functionality requires the usage of JavaScript to use.

agoldenbaum commented 1 year ago

This is now exposed.

SimonBurgess commented 1 year ago

Great news. Where is this exposed? Please can the documentation include events? Such as a user selects an item. Basic stuff any developer will need really, but it's too hard to find this stuff without reverse engineering it. https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/combo/overview