telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
464 stars 213 forks source link

[MultiSelectTree] Removing the parent items with tagMapper breaks the tags rendering when the textField is an array of strings #4257

Open zstoyanova9 opened 3 months ago

zstoyanova9 commented 3 months ago

Describe the bug When the parent items are removed through the tagMapper and the textField of the component is set to an array of strings, the rendering of some tags is broken when selecting a parent element.

To Reproduce

  1. Open the following StackBlitz example - https://stackblitz.com/edit/angular-gz43sv-8xchmi
  2. Select a parent element, for example - "Furniture".
  3. Observe how the rendering of the first tag is broken and the text of the "Sofas" item is not displayed:

chrome_V341Ll9cvR

Expected behavior All tags should be rendered correctly with their corresponding text.