ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.

Results 496 ui5-webcomponents issues
Sort by recently updated
recently updated
newest added

### **Feature Request Description** As I developer, I would like to be able to prevent the selection-change event. Origin: https://github.com/SAP/ui5-webcomponents/issues/4883 ### **Proposed Solution** There are several examples in other components...

feature request
TOPIC RD
UI5_WEBC_4_REACT

### **Feature Request Description** As described in issue #5103, I was trying to implement a PullToRefresh component. Its a component described in SAPUI5 - https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.PullToRefresh For mobile users, it would...

feature request
New Component

### **Feature Request Description** SAPUI5 does have a UI component for a map, is something similar is planned to be released?

feature request
New Component
TOPIC Core

### **Feature Request Description** For SF product, we need to use browser default scrollbar. For sapui5 https://sapui5.hana.ondemand.com/resources/sap/ui/documentation/sdk/index.html?sap-ui-xx-sample-id=sap.m.sample.Dialog&sap-ui-xx-sample-origin=&sap-ui-xx-dk-origin=https%3A%2F%2Fsapui5.hana.ondemand.com&sap-ui-theme=sap_fiori_3 , they provide html root class name “sapUiNativeScrollbars” to use browser native scrollbar....

feature request
High Prio
SF
TOPIC Core

fix(ui5-view-settings-dialog): update setConfirmedSettings param strong type from String to Object and description sample code setConfirmedSettings' setting type should be an Object Fixes #5222 https://github.com/SAP/ui5-webcomponents-react/pull/3272

### Description In UI5 Web Components it is necessary to enable the same badge functionality as in UI5 Controls - https://blogs.sap.com/2021/02/04/badge-support-in-ui5-controls/. Please carefully consider how the implentation will work in...

feature request
TOPIC P
Retrofit

## **Issue Description** I use the Timeline with OpenUI5 1.104.0 I would like to use the custom icons as with other controls on [`TimelineItem`](https://openui5.hana.ondemand.com/api/sap.ui.webc.fiori.TimelineItem#controlProperties). Is this also possible with the...

feature request
TOPIC Core

### **Feature Request Description** When clicking on a MenuItem inside a Menu, the event handler that is called is onItemClick on the Menu. This hinders code break down, i.e. moving...

feature request
TOPIC B
Menu
SAP Analytics Cloud

### **Bug Description** **ViewSettingsDialog** component doesn't get confirmed settings state from `setConfirmedSettings` on the first click/try. ### **Expected Behavior** **ViewSettingsDialog** component should get confirmed settings state from `setConfirmedSettings` on the...

feature request
Medium Prio
TOPIC B

**Describe the bug** When using ListGrowingMode.Scroll with the FilterSelectionDialog, the "growing" handler is not always called. It seems like it is dependent on the window size of the browser. **Isolated...

bug