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

Combo change event is fired multiple times #138

Open wnvko opened 1 week ago

wnvko commented 1 week ago

Description

Change event is fired multiple time for combo.

Steps to reproduce

Handle Change event for IgbCombo component. In event handler log some info. Start the application and start changing combo value.

Result

Change event is fired 2 time on first value change. 4 times on second value change. 8 times on third value change and so on.

Expected result

Change event should be emitted once on each value change.

mddifilippo89 commented 1 week ago

@ChronosSF @damyanpetev @MayaKirova https://infragistics.visualstudio.com/NetAdvantage/_search?text=29998

This is a .net 8 specific issue. I already confirmed that upgrading to 24.1.46 still reproduces the issue but not in .net 7.