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** hi, team We need this `FeedInput` and `FeedListItem` component for our project which is defined in **Fiori Design** And here is link for it https://experience.sap.com/fiori-design-web/feedinput/. Below...
### **Bug Description** If the left mouse button is pressed but not released on a `SegmentedButtonItem` and then the cursor is moved to another `SegmentedButtonItem` no item is selected anymore....
When having a long `subTitle` text in a ``, the text is getting truncated without an ellipsis and the item is getting cut from the side. With this change we...
Previously, if there was a multi package hierarchy (e.g. NotificationListItem) some properties were missing. With this change all properties are displayed. In addition, implemented interfaces are added to each child...
# Features #### Integration of `popover` API in all pop-up based components - [x] done #### Form Support with [`Form-Associated Custom Elements`](https://webkit.org/blog/13711/elementinternals-and-form-associated-custom-elements/) standard - [x] done #### Timezone support -...
### New `ui5-dynamic-page` component. The component is a composition of the following subcomponents: - DynamicPageTitle - holds the most top area of DynamicPage (breadcrumbs, actions, etc.) - DynamicPageHeader - a...
**Thank you for your contribution!** 👏 ### PR checklist - [x] Follow the [Commit message Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md#commit-message-style) For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`. If you don't want the...
Previously when `secondaryCalendarType` was set to `Islamic` or `Persian`, the texts of the months' names didnt had enough space in the cell to be displayed on one row, which wasnt...
Button elements can now receive focus when using keyboards on mobile devices. Focus outline is now displayed via CSS pseudo-classes and no longer relies on using the`[focused]` attribute. The following...