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

Commit

Permalink
📦 bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
byron authored and byronz committed May 9, 2019
1 parent 81e77d5 commit 79b0f32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dash_core_components/Dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Dropdown(Component):
- id (string; optional): The ID of this component, used to identify dash components
in callbacks. The ID needs to be unique across all of the
components in an app.
- options (list; optional): An array of options {lable: [string|number], value: [string|number]},
- options (list; optional): An array of options {label: [string|number], value: [string|number]},
an optional disabled field can be used for each option
- value (string | list | number | list; optional): The value of the input. If `multi` is false (the default)
then value is just a string that corresponds to the values
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -124331,7 +124331,7 @@ Dropdown.propTypes = {
id: prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.string,

/**
* An array of options {lable: [string|number], value: [string|number]},
* An array of options {label: [string|number], value: [string|number]},
* an optional disabled field can be used for each option
*/
options: prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_0___default.a.exact({
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
}
},
"required": false,
"description": "An array of options {lable: [string|number], value: [string|number]},\nan optional disabled field can be used for each option"
"description": "An array of options {label: [string|number], value: [string|number]},\nan optional disabled field can be used for each option"
},
"value": {
"type": {
Expand Down

0 comments on commit 79b0f32

Please sign in to comment.