ui5-webcomponents
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.
There is new design for the Notifications. In the current pull request we implement the changes for the Header of the Notification Group. The following features are deprecated: - close...
test page and a few components
### Bug Description Separators like `BackSlash, DoubleBackSlash, DoubleGreaterThan, GreaterThan` don't work and show a single slash. Visible in the sample: https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-breadcrumbs--separator-style which is also broken and shows some markup on...
Components can add an implementation of the `accessibilityInfo` method to provide an accessibility info for usage from high-order (containers) components. One of use-cases is that TableRow needs the accessibility info...
### Bug Description https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-tab-container--basic If you write HTML into the textarea that corresponds to the default slot, the page will crash. For example, writing out letter by letter the extra...
### Describe the bug Mouse cursor was not displayed as clickable palm for mouseover https://github.com/SAP/ui5-webcomponents-react/assets/32004690/b165c3e8-c804-456c-a13e-bd4ed7db1da7 ### Isolated Example _No response_ ### Reproduction steps 1. Navigate to [UI5 Web Components for...
### **Feature Request Description** Currently when using select the Popover with options takes up the whole height and it is not really usable for some situation on the screen. vs...
### Feature Request Description When using the Flexible Column Layout the user should be able to collapse the start column to have a better/wider view of the mid and end...
Example implementation for new focus handling described in #8250
When having a case where we want to focus the root of the custom element e.g. ```js getFocusDomRef() { return this; } ``` we got in an endless loop in...