Skip to content

Commit d4f56cb

Browse files
docs(ui5-search-item-show-more): update itemsToShowCount description (#12747)
1 parent fcb71f4 commit d4f56cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fiori/src/SearchItemShowMore.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class SearchItemShowMore extends ListItemBase {
6262
}
6363
/**
6464
* Specifies the number of additional items available to show.
65-
* This value replaces the placeholder (N) in the "Show more (N)" text.
66-
* If not set, the placeholder will remain as (N).
65+
If no value is defined, the control shows "Show more" (without any counter).
66+
If a number is provided, it displays "Show more (N)", where N is that number.
6767
* @public
6868
* @default undefined
6969
*/

0 commit comments

Comments
 (0)