We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ee01c commit 06ff370Copy full SHA for 06ff370
1 file changed
packages/fiori/src/UserMenuItem.ts
@@ -46,11 +46,15 @@ class UserMenuItem extends MenuItem {
46
declare items: DefaultSlot<UserMenuItem>;
47
48
/**
49
- * When set, a second line appears below the menu item text
50
- * showing the text of the currently selected (checked) sub-item.
+ * When set, a second line appears below the menu item text showing the text
+ * of the currently selected sub-item. Intended for use with a single-select
51
+ * ui5-menu-item-group (check-mode="Single").
52
+ * When enabled, the checked sub-item cannot be unchecked,
53
+ * ensuring the selection text is always displayed.
54
*
55
* @default false
56
* @public
57
+ * @since 2.22.0
58
*/
59
@property({ type: Boolean })
60
showSelection = false;
0 commit comments