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

Commit 79b0f32

Browse files
byronbyronz
byron
authored andcommitted
📦 bundles
1 parent 81e77d5 commit 79b0f32

5 files changed

+5
-5
lines changed

dash_core_components/Dropdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Dropdown(Component):
1818
- id (string; optional): The ID of this component, used to identify dash components
1919
in callbacks. The ID needs to be unique across all of the
2020
components in an app.
21-
- options (list; optional): An array of options {lable: [string|number], value: [string|number]},
21+
- options (list; optional): An array of options {label: [string|number], value: [string|number]},
2222
an optional disabled field can be used for each option
2323
- value (string | list | number | list; optional): The value of the input. If `multi` is false (the default)
2424
then value is just a string that corresponds to the values

dash_core_components/dash_core_components.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124331,7 +124331,7 @@ Dropdown.propTypes = {
124331124331
id: prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.string,
124332124332

124333124333
/**
124334-
* An array of options {lable: [string|number], value: [string|number]},
124334+
* An array of options {label: [string|number], value: [string|number]},
124335124335
* an optional disabled field can be used for each option
124336124336
*/
124337124337
options: prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.exact({

dash_core_components/dash_core_components.dev.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/dash_core_components.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
}
10971097
},
10981098
"required": false,
1099-
"description": "An array of options {lable: [string|number], value: [string|number]},\nan optional disabled field can be used for each option"
1099+
"description": "An array of options {label: [string|number], value: [string|number]},\nan optional disabled field can be used for each option"
11001100
},
11011101
"value": {
11021102
"type": {

0 commit comments

Comments
 (0)