SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.9k stars 1.23k forks source link

ViewSettingsDialog _globalReset #4050

Closed zoubek0522 closed 1 month ago

zoubek0522 commented 1 month ago

OpenUI5 version: 1.120.4

In some cases, user interaction behavior and UI actions will reset the group items in ViewSettingsDialog. The perfect expectations is to set the (not selected) options when needs reset. But I could not find a method to set to (not selected). Only using the private method "_globalReset" to make it works. Do we have some workaround of it ?

boghyon commented 1 month ago

Could you elaborate more on your use case with a sample from Demo Kit and steps to reproduce the behavior?