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.
- Added growingButtonAccessibleName property to provide descriptive accessible names for the growing button without changing visual text. - Added cypress test Related to: #10671, #10907
### Bug Description When mouse hover and active on SearchItem there is always one close button, there is no way to hide this button if application does not want close...
### Describe the bug I have tried putting valuestatemessage as a child in DatePicket but it still does not work.  ### Isolated Example https://stackblitz.com/edit/github-potbdver?file=src%2FApp.tsx ### Reproduction steps input `ww`...
### Is your feature request related to a problem? Yes. Currently, users must manually clear the date value in DatePicker and DateRangePicker components by selecting the text and deleting it,...
### Feature Request Description Currently, we are unable to override the default font size except by using a custom CSS. The current implementation is as follows: 1. ::slotted([ui5-title][slot=“heading”]) { font-size:...
### Describe the bug Getting accessibility issue when testing with Tool Access Continuum for Switch, List(ListItemStandard), Select, SegmentedButton(SegmentedButtonItem). Select, SegmentedButton(SegmentedButtonItem): ``` Accessibility Concern: This DIV (role=combobox) must have all of...
### Feature Request Description Is there any chance to get the 'ui5-time-selection-clocks' component exposed as standard web component as well? If I looked correctly, these components are private right now....
### Bug Description Hello team, While working on #10843 I noticed that when hovering over the arrow icon of an item of the `ui5-side-navigation` (i.e the item has subitems), the...
### Describe the bug The ToolbarButton component continues to trigger the onClick handler even when it is rendered with the disabled prop set to true. ### Isolated Example https://stackblitz.com/edit/vitejs-vite-8vp3wcrp ###...
### Feature Request Description We do have apps using openUI5 with the build-in components and Nuxt.js apps using the UI5 Web Components in production. One design feature that is highly...