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

Add description options #548

Merged
merged 5 commits into from
May 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/Dropdown.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ Dropdown.propTypes = {
id: PropTypes.string,

/**
* An array of options
* An array of options {lable: [string|number], value: [string|number]},
* an optional disabled field can be used for each option
*/
options: PropTypes.arrayOf(
PropTypes.exact({
Expand Down