Skip to content

Commit 56e092d

Browse files
committed
Build: Add manifest entry for selectmenu
Closes jquerygh-1240
1 parent 48001a8 commit 56e092d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/widget.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
"status"
6262
]
6363
},
64+
"selectmenu": {
65+
"dependencies": [ "position", "menu" ],
66+
"description": "Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.",
67+
"keywords": [
68+
"form",
69+
"select"
70+
]
71+
},
6472
"slider": {
6573
"dependencies": [ "mouse" ],
6674
"description": "Displays a flexible slider with ranges and accessibility via keyboard.",

0 commit comments

Comments
 (0)