SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 260 forks source link

[Combo Box]: Items list is not refreshing if the popover is opened #7957

Closed sebkaim closed 9 months ago

sebkaim commented 9 months ago

Bug Description

If the children of ComboBox (ComboBoxItem) are rendered after the popover is already opened, the popover list will not be updated, will still show the old items (it's correct on MultiComboBox)

Affected Component

Combo Box

Expected Behaviour

The combo box is expected to always show the latest items

Isolated Example

No response

Steps to Reproduce

1. 2. 3. ...

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

1.10.0

Browser

Chrome

Operating System

Mac

Additional Context

No response

Organization

SAP Signavio

Declaration

ilhan007 commented 9 months ago

Hello @sebkaim, thank you for reporting, this is known issue

Duplicate of: https://github.com/SAP/ui5-webcomponents/issues/7011 Fix in review: https://github.com/SAP/ui5-webcomponents/pull/7937