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.
### Describe the bug Right now it seems there is no way I can truncate long text in SplitButton with ellipsis I also tried with the Text component as a...
The ui5-list component needs a forms mode that allows users to tab through all active elements within the list. Additionally, forms mode should support F6 group skipping to facilitate faster...
### Bug Description Currently, the drag-and-drop implementation does not provide a straightforward method for reuse in ui5-tree, requiring reimplementation. ### Affected Component ui5-tree, ui5-list ### Expected Behaviour The implementation should...
### Feature Request Description Native HTML form elements provide detailed information about the validity of specific fields. This depends on how they are configured using attributes like required, min, max,...
### Feature Request Description It would be great if the `focus()` function could restore focus to the previously focused element, or apply it to the appropriate one, in components that...
### Feature Request Description Implement value property to align `ui5-checkbox` component with other input elements. This is helpful when you group checkboxes with the same name attribute in the content...
### Feature Request Description Now there is no way to set the accessible name for more button in list. Though there exists `growingButtonText`, it will change the content of more...
### Describe the bug Title and text is still truncated. It doesn't seem that there exist a way setting the wrappingmode. https://github.com/SAP/ui5-webcomponents/issues/9745 ### Isolated Example https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/data-display-list--list-item-group-story ### Reproduction steps 1.try...
Fixes: https://github.com/SAP/ui5-webcomponents/issues/11694 To reproduce the issue on the internal test page: 1. On fiori/test/pages/FCL.html, disable the animation (e.g. using the newly added switch) 2. Resize the column on any FCL...