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.46k stars 253 forks source link

[ViewSettingsDialog]: sort list is rendered without radio buttons on initial rendering #9266

Closed ilhan007 closed 1 week ago

ilhan007 commented 1 week ago

Bug Description

The sort list is rendered without radio buttons on initial rendering, but after you switch to filter items and go back - the radio buttons are displayed. See the attached video

https://github.com/SAP/ui5-webcomponents/assets/15702139/0a863015-c1b8-4f5c-acc5-911c55524ca7

Affected Component

No response

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

1. 2. 3. ...

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

nightly

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

ilhan007 commented 1 week ago

Hello @SAP/ui5-webcomponents-topic-b could you check the described issue?

The initial state of the sort list looks wrong as at first there are no radio buttons displayed, but after you switch to filters and get back, the sort list starts displaying radio buttons.

tsanislavgatev commented 1 week ago

Hi colleagues @SAP/ui5-webcomponents-topic-p ,

Can you please check this issue? It's related to dynamically adding items to the group in the list. A sample to reproduce -> Link

It does not pass the selection mode to the children when they are added dynamically or trough "each" loop in handlebars.

Best Regards, Tsani