Skip to content

Commit d8d4887

Browse files
authored
docs(Select): add missing getters\/setters to DOMRef table (#5343)
1 parent 7c64ebc commit d8d4887

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/main/src/webComponents/Select/SelectDomRef.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,22 @@
55
"visibility": "public",
66
"type": "sap.ui.webc.main.ISelectOption",
77
"description": "Currently selected <code>ui5-option</code> element."
8+
},
9+
{
10+
"name": "value",
11+
"visibility": "public",
12+
"since": "1.20.0",
13+
"formEvents": "change,liveChange",
14+
"formProperty": "true",
15+
"type": "string",
16+
"description": "Defines the value of the component: <br> - when get - returns the value of the component, e.g. the <code>value</code> property of the selected option or its text content. <br> - when set - selects the option with matching <code>value</code> property or text content. <br><br> <b>Note:</b> If the given value does not match any existing option, the first option will get selected.",
17+
"defaultValue": "\"\""
18+
},
19+
{
20+
"name": "menu",
21+
"visibility": "public",
22+
"since": "1.17.0",
23+
"type": "sap.ui.webc.base.types.DOMReference",
24+
"description": "Defines a reference (ID or DOM element) of component's menu of options as alternative to define the select's dropdown. <br><br> <b>Note:</b> Usage of <code>ui5-select-menu</code> is recommended."
825
}
926
]

0 commit comments

Comments
 (0)