mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add manifest entry for selectmenu
Closes gh-1240
This commit is contained in:
parent
48001a8c46
commit
56e092d43d
@ -61,6 +61,14 @@
|
||||
"status"
|
||||
]
|
||||
},
|
||||
"selectmenu": {
|
||||
"dependencies": [ "position", "menu" ],
|
||||
"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.",
|
||||
"keywords": [
|
||||
"form",
|
||||
"select"
|
||||
]
|
||||
},
|
||||
"slider": {
|
||||
"dependencies": [ "mouse" ],
|
||||
"description": "Displays a flexible slider with ranges and accessibility via keyboard.",
|
||||
|
Loading…
Reference in New Issue
Block a user