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
This PR is currently blocked by this [issue](https://github.com/SAP/ui5-webcomponents/issues/5116). Replace the custom `Tab` web component with the ui web component as the TabContainer now supports nested tabs. Fixes #2826
Add an example to the documentation on how to use inputs of UI5 Web Components for React in forms.
**Is your feature request related to a problem? Please describe.** If I want to display multiple percent measures with multiple absolute measures in the same chart, I need to assign...
**Describe the bug** When reducing the width of the column by dragging the resizer, the resizer jumps back to its original position when entering the area of the previous column....
Hi, Currently, we have a requirement for hide/show column on AnalyticalTable. We see that we can use "tableInstance" to hide/show the column in the code. From UI side, we found...
### The Problem Expanding subComponents won't affect the height calculation of the AnalyticalTable. This becomes a problem when only a few items are rendered. Here's a [sandbox](https://codesandbox.io/s/analytical-table-fixed-height-problem-ve2qw) demonstrating the issue....
**Describe the solution you'd like** Typical Gantt Component
This PR also refactors the `flattenFragments` helper to ensure consistency of React keys and also to support multiple fragments on the same level. Fixes #3660
In edit dialog, I set two select componensts on my page. One is native HTML  The other is UI5 Select Component  And the output is like that. ...