We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb71f4 commit d4f56cbCopy full SHA for d4f56cb
packages/fiori/src/SearchItemShowMore.ts
@@ -62,8 +62,8 @@ class SearchItemShowMore extends ListItemBase {
62
}
63
/**
64
* 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).
+If no value is defined, the control shows "Show more" (without any counter).
+If a number is provided, it displays "Show more (N)", where N is that number.
67
* @public
68
* @default undefined
69
*/
0 commit comments