SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
267 stars 127 forks source link

Bug: Multi-Combobox selectedItems can't be updated after the first rendering #11981

Open KamilaZaeva-sap opened 4 months ago

KamilaZaeva-sap commented 4 months ago

Use case: we use combobox list for filtering data. And User should have two options: 1) click by element from combobox list (it works perfect) or click by label in another component and receive the same behaviour (this element is added to selectedItems of combobox). But unfortunately, I noticed that selectedItems work just the first rendering, although it's an input parameter of angular component.

I prepared an example, where I update selectedItems by click on button. And nothing changes in combobox element. Stackblitz example

Feel free to contact with me directly if you need more information (kamila.zaeva@sap.com)

droshev commented 3 months ago

@KamilaZaeva-sap Can you write step by step the scenario you are referring to?