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
### Describe the bug UX designers have reecommended that the filter items width should get adjusted to diferrent small screen size. ### Isolated Example _No response_ ### Reproduction steps 1....
### Describe the bug The subSection currently has left and right padding, which contradicts the visual design specification. According to the provided visual design spec (link below), the subSection should...
### Describe the bug On accessing the table rows header items are read twice. Affected Component AnalyticalTable ### Isolated Example https://stackblitz.com/edit/github-wv3ad2-gzokbg?file=src%2FApp.tsx ### Reproduction steps 1. 2. 3. ... ### Expected...
### Describe the bug We are using ExpandableText component in a column in AnalyticalTable, which is in a dialog. There are following accessibility issues. 1. "Show More" link is not...
### Is your feature request related to a problem? Currently, we can modify the position and the alignment of the chart legend via `chartConfig`. We can also specify if we...
### Describe the bug Originally I wanted to use the suggestions feature on the `MultiInput` but unfortunately I wasn't able to get it to work. So I've tried to implement...
### Describe the bug When using the AnalyticalTable in Firefox, click-and-hold the primary mouse button in a cell. With the button still pressed (i.e., still in onMouseDown event), the slightest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`14.2.16` -> `15.0.1`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.16/15.0.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
Fixes #6551 This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | [`2.12.7` -> `2.13.0`](https://renovatebot.com/diffs/npm/recharts/2.12.7/2.13.0) | [](https://docs.renovatebot.com/merge-confidence/)...
### Describe the bug Having a chart component rendered will throw a warning/error in the console, but everything works fine. Updating recharts 2.13 might be a solution. The warning: ```...