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 **Accessibility Issue.** The information conveyed through color (green/red) for the icons is unavailable in alternate (accessible) text. **Expected Behavior:** The information conveyed through color for each...
### Feature Request Description with native select, it is possible to use it in vuejs like this: ```vue A B C ``` ui5-select requires a bit more code ```vue A...
### Bug Description **1. Wrong positioning of tickmarks and interval names** `` The step tick marks are positioned on 0, 33..., 66... and 100 but the slider moves at positions...
### Feature Request Description Currently, a lot of CSS is copy/pasted ### Proposed Solution Please refactor like this: https://github.com/SAP/ui5-webcomponents/pull/9820 ### Proposed Alternatives _No response_ ### Organization _No response_ ### Additional...
### Is your feature request related to a problem? There is a single / multi select option in ui5 sap.m.Menu but not available in webcomponent-react yet. Also, in some cases,...
### Describe the bug The `onLoadMore` event is fired when open the dialog. It should only be fired when user scroll down the list. ### Isolated Example https://stackblitz.com/edit/github-facwbh?file=src%2FApp.tsx ### Reproduction...