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.
Related to https://github.com/SAP/ui5-webcomponents/pull/8265
### Feature Request Description The request is for adding a property and respective visual design as per the SAP Design spec for "display" mode. The request is filed on behalf...
Our `` component used to round off the numbers based on the `valuePrecision` property. However this wasn't always the desired behavior. For that reason we decided to give the application...
### Bug Description The **FlexibleColumnLayout** renders **all** sections regardless which sections is selected. In our case, we have two sections, and at the beginning the user sees only OneColumn Layout....
### Bug Description https://sap.github.io/ui5-webcomponents/nightly/playground/main/pages/Button/ Clicking on the `Bar` text doesn't focus the button. ```html Action Bar Button ``` ### Affected Component _No response_ ### Expected Behaviour _No response_ ### Isolated...
- The ui5-menu elements used for sub-menus are created only once and are being reused afterwards. They are no longer destroyed on close. This contributes to lowering the count of...
The change introduces several components - **Form**, **FormGroup** and **FormItem** to build application forms easier and according to latest design guidelines. ## Overview The Form is a layout component that...
### Feature Request Description Currently there is no way of showing the complete text of a Timeline item, if it is being truncated. The client would like to be able...