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.
### Feature Request Description TBD ### Proposed Solution Switch to Cypress for web components tests and remove wdio. ### Proposed Alternatives _No response_ ### Organization _No response_ ### Additional Context...
### Describe the bug When MultiCombobox is accessed, an extra blank is read by the JAWS screen-reader. (screenshot atatched) ### Isolated Example https://stackblitz.com/edit/github-lg4jzd-y1tslv?file=src%2FApp.tsx ### Reproduction steps 1. Go to stackblitz...
### Feature Request Description Date Picker out of the box has different width than the input element. We are using column layout to render form and Date Picker being another...
### Bug Description https://github.com/SAP/ui5-webcomponents/assets/31909318/8364e386-72a3-4fe2-8078-0a046fae9a72 ### Affected Component _No response_ ### Expected Behaviour _No response_ ### Isolated Example _No response_ ### Steps to Reproduce 1. Open https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/DatePicker_test_page.html 2. Enter in first...
### Bug Description Table rows cannot be focused/selected in any Quartz theme ### Affected Component ui5-card ### Expected Behaviour Table rows can be selected/focused in all themes ### Isolated Example...
### Bug Description When the table has attribute growing="Scroll" and there are any "popped-in" columns, it is not possible to reach the bottom of the table using the keyboard, and...
When a popin exists and a row is focused, the selection cell shows a bottom-border, which should not be the case.
Translation Delivery
Adjusted visual styling for ui5-tabcontainer with headerBackgroundDesign = Transparent: - removed line below the content area - removed the shadows to the left and right of the tab bar, but...
### Feature Request Description Currently we use Handlebars to write component renderers, later compiled to lit templates at build time. As a developer, I would like to be able to...