Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b00a468

Browse files
committed
generate new metadata
1 parent 843dad3 commit b00a468

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

dash_core_components/metadata.json

+32-2
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,38 @@
139139
"required": false,
140140
"description": ""
141141
},
142+
"clearable": {
143+
"type": {
144+
"name": "bool"
145+
},
146+
"required": false,
147+
"description": "Whether or not the dropdown is \"clearable\", that is, whether or\nnot a small \"x\" appears on the right of the dropdown that removes\nthe selected value.",
148+
"defaultValue": {
149+
"value": "true",
150+
"computed": false
151+
}
152+
},
142153
"disabled": {
143154
"type": {
144155
"name": "bool"
145156
},
146157
"required": false,
147-
"description": "If true, the option is disabled"
158+
"description": "If true, the option is disabled",
159+
"defaultValue": {
160+
"value": "false",
161+
"computed": false
162+
}
148163
},
149164
"multi": {
150165
"type": {
151166
"name": "bool"
152167
},
153168
"required": false,
154-
"description": "If true, the user can select multiple values"
169+
"description": "If true, the user can select multiple values",
170+
"defaultValue": {
171+
"value": "false",
172+
"computed": false
173+
}
155174
},
156175
"options": {
157176
"type": {
@@ -184,6 +203,17 @@
184203
"required": false,
185204
"description": "The grey, default text shown when no option is selected"
186205
},
206+
"searchable": {
207+
"type": {
208+
"name": "bool"
209+
},
210+
"required": false,
211+
"description": "Whether to enable the searching feature or not",
212+
"defaultValue": {
213+
"value": "true",
214+
"computed": false
215+
}
216+
},
187217
"value": {
188218
"type": {
189219
"name": "union",

0 commit comments

Comments
 (0)