ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

[SF][ui5-carousel] Add a "displayCount" property

Open Neeeko opened this issue 2 years ago • 1 comments

Feature Request Description

Currently, the ui5-carousel displays "dots" to represents each page unless there are more than 8 pages where it will display the count of pages, as per the Fiori Guidelines suggests

Screen Shot 2022-06-24 at 2 46 37 PM With count With count > 8

However in our use case, displaying dots at one point then the count at another point would be confusing to the user, so having the ability to only display the pagination as a count even if the amount of pages is less than 8 would be ideal.

Proposed Solution

Having a boolean property such as a displayCount that would be false by default but set to true would always display the page counts would definitely help!

<ui5-carousel display-count>
...
</ui5-carousel>

Priority

  • [ ] Low
  • [x] Medium
  • [ ] High
  • [ ] Very High

A clear and concise description of the impact/urgency of the required feature.

Stakeholder Info (if applicable)

  • Organization: SuccessFactors

Neeeko avatar Jun 24 '22 21:06 Neeeko

Hello @sap/ui5-webcomponents-topic-rd,

Regarding https://experience.sap.com/fiori-design-web/carousel/#behavior-and-interaction ui5-carousel displays dots as pagination when its items are less than 8. Could you please check this feature request?

Regards, Nayden

nnaydenow avatar Jun 27 '22 07:06 nnaydenow

Implementation BLI-2921 is created in Rodopi planning Jira

olannyv avatar Nov 23 '22 09:11 olannyv