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

[DropDownTree] Value does not get properly updated programmatically

Open stnikolova opened this issue 3 years ago • 2 comments

Describe the bug Value does not get properly updated programmatically. The proper value is not displayed when the field associated with the [value] binding is updated programmatically after a selection has already been manually made by the user.

To Reproduce https://codesandbox.io/s/jovial-glitter-cwq1cg (updated) - https://stackblitz.com/edit/angular-lljy72?file=src%2Fapp%2Fapp.component.ts Steps to reproduce the behavior:

  1. Click on Set Value. Notice that the value of each dropdown is set to the 2nd item (Decor). This is correct.
  2. Change the value of each dropdown to the first item (Furniture).
  3. Click on Set Value. Notice that the value of the first dropdown is set to Decor but the value of the second dropdown still shows Furniture. This is NOT correct.
  4. Click on Clear Value. Notice that the values of both dropdowns are cleared (correct).
  5. Click on Set Value. Notice that the value of the first dropdown is set to Decor but the value of the second dropdown shows Furniture again. This is NOT correct.

Ticket ref: 1573325

stnikolova avatar Jul 21 '22 15:07 stnikolova

Also reported in private support thread: 1619550

tswetti avatar Aug 11 '23 13:08 tswetti

Hi, is the Kendo-UI Angular team planning on fixing this issue? 😢

demarchenac avatar Jan 22 '24 16:01 demarchenac

Fixed in v15.2.0

tswetti avatar Mar 20 '24 13:03 tswetti