kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[ComboBox] `valueChange` is fired twice, when dialog is opened in the callback.

Open ipeshev opened this issue 4 years ago • 1 comments

Describe the bug 'valueChange' event is fired twice, if а dialog is opened in the callback through service.

To Reproduce

  1. Open https://stackblitz.com/edit/angular-wyggzu-mnqcdk?file=app%2Fapp.component.ts
  2. Try to change value of the combo - valueChanged logged twice
  3. Comment row 55 and try again - valueChanged logged once

Same example would work fine when kendo-dropdownslist is used instead

broken in @progress/[email protected], @progress/[email protected]

ipeshev avatar Jan 08 '21 08:01 ipeshev

Recently mentioned in ticket id - 1559299.

Two possible workarounds: https://stackblitz.com/edit/angular-nl4pqu?file=app%2Fapp.component.ts

yanmariomenev avatar Mar 28 '22 12:03 yanmariomenev

Fixed in v16.2.0.

tswetti avatar Jul 16 '24 12:07 tswetti