ui5-webcomponents-react
ui5-webcomponents-react copied to clipboard
A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/code-coverage](https://togithub.com/cypress-io/code-coverage) | [`3.12.30` -> `3.12.33`](https://renovatebot.com/diffs/npm/@cypress%2fcode-coverage/3.12.30/3.12.33) | [](https://docs.renovatebot.com/merge-confidence/)...
### Describe the bug The opener support either a DOM id string, or a HTML Element DOM reference. However, the type is only defined as string. Please see: [react Popover/index.tsx#L94](https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/webComponents/Popover/index.tsx#L94)...
### Describe the bug After a change of a filter value in the Adapt Filters dialog, clearing the filter bar doesn't result in previously selected filter items being removed. Clear...
### Is your feature request related to a problem? On the Object page with multiple tabs, we want to inform the user that something has changed (or there is an...
Translation Delivery Do not merge! There’s a “1” in the translation, which imo shouldn’t be there. I’ll check on Monday
### Describe the bug The MacOs VoiceOver App does not read the `stateAnnouncementText` in the ObjectStatus component correctly. This issue has been identified in two ways: 1. When using the...
Refactor components to use CSS Modules instead of React-JSS for styling. - [x] ActionSheet - [x] AnalyticalCard - [ ] AnalyticalCardHeader - [ ] AnalyticalTable - [ ] DynamicPage -...
### Describe the bug When filtering a column inside the `AnalyticalTable`, so that empty rows are displayed, the cells of the empty rows are not aligned to the header cells....
### Describe the bug When we add css styles through `className` property of Text component, the added styles are overridden by `Text` internal styles. ### Isolated Example https://stackblitz.com/edit/github-fwkd41-detgpv ### Reproduction...
### Is your feature request related to a problem? There is no easy way to create context menu with custom actions and access to row data which works on right-click...