ui5-webcomponents icon indicating copy to clipboard operation
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.

Results 496 ui5-webcomponents issues
Sort by recently updated
recently updated
newest added

### Describe the bug When we run a axe dev tools for SegmentedButton component we are having a accessibility issue reported saying the component must have accessible name for the...

bug

### Describe the bug If there are multiple MultiComboBoxes present on a page, the **"aria-describedby"** property of the "input" element within that is duplicate with value **"ui5-multi-combobox-hiddenText-nMore"**. This violates the...

bug

### Feature Request Description We would like to request the [Multi-Instance TabContainer](https://wiki.one.int.sap/wiki/pages/viewpage.action?pageId=2698915447) component. ### Proposed Solution Component being created and made available by web components. ### Proposed Alternatives Currently we...

feature request
TOPIC RD
SAP Build

### Bug Description If `ui5-popover` is opened while its opener is outside of the viewport an runtime error appears and popover is not possible to be opened again. ### Affected...

bug
High Prio
TOPIC RD

Method openPicker of **ui5-input** is replaced with public property `open` BREAKING CHANGE: Removed openPicker method and replaced it with public property open Before, the ui5-input suggestions picker could be opened...

BREAKING CHANGE
2.0

### Feature Request Description This is partially a feature request but also a bug report Our projects have the technical requirements of loading the fonts locally and not from a...

feature request
TOPIC Core

### Bug Description When the picker is open, the currently selected `ui5-option` doesn't have option but only selected state. ![image](https://github.com/SAP/ui5-webcomponents/assets/31909318/3dc578d5-94f2-4740-922e-6fa448ea74e3) ### Affected Component ui5-select ### Expected Behaviour Focus to be...

bug
ACC
TOPIC P

With this change, all icons slotted inside `icon` slot of `ui5-input` are visually enhanced for hover/pressed state by default. Related to: #8461