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
Check all custom build components for compliance with Fiori Horizon: - [x] ActionSheet #3308 - [x] AnalyticalCard - [x] AnalyticalCardHeader - [ ] AnalyticalTable - [ ] DynamicPage - [...
**Describe the bug** Whenever we open a popover containing a list of notification groups and notification items, as it opens a Dialog component, the content CSS shadow part has a...
**Describe the bug** We have a SplitterLayout with a vertical splitter and two SplitterElements. The right-hand SplitterElement contains an empty div, the left-hand SplitterElement contains an AnalyticalTable. The table has...
**Describe the bug** MessageBox content read twice by NVDA 2021 **To Reproduce** Steps to reproduce the behavior: 1. Go to [MessageBox document](https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-messagebox--default-story) 2. Click on "open messagebox" button 3. Inspect...
@ui5/webcomponents-react package reference old virtual-react package which was renamed ```patch - "react-virtual": "2.10.4" + "@tanstack/react-virtual": "3.0.0-beta.9" ``` https://github.com/SAP/ui5-webcomponents-react/blob/d14a631c72fa3672656a5ccb69da830ddaf0c363/packages/main/package.json#L34 this cause conflicting with react-18.2
BREAKING CHANGE: __MessageItem:__ The default value of `type` has been changed from "None" to "Error".
Open todo's: - [x] different display mode for filters depending on device (See [here](https://sapui5.hana.ondemand.com/#/topic/2ae520a67c44495ab5dbc69668c47a7f)) - [ ] overall accessibility has to be tested - [ ] `useSnapshot` prop - necessary?...
**Describe the bug** Filterbar, filter dailog title name is not read out when opened **UI Link** https://sap.github.io/ui5-webcomponents-react/?path=/docs/layouts-floorplans-filterbar--default-story **To Reproduce** Steps to reproduce the behavior: 1. Go to UI link 2....
### Discussed in https://github.com/SAP/ui5-webcomponents-react/discussions/3267 Originally posted by **anuvenkatesh1** July 19, 2022 One of our pages use the [dynamic page layout component](https://sap.github.io/ui5-webcomponents-react/?path=/docs/layouts-floorplans-dynamicpage--default-story), which has the object header and content part just...
**Describe the bug** The label of the Adapt Filters button on the FilterBar is wrong. **Isolated Example** - **To Reproduce** Steps to reproduce the behavior: 1. Add the FilterBar component...