Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sakharov committed Dec 19, 2017
1 parent 62b4efb commit 9e003b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const shouldShowPlaceholder = (state, props, isOpen) => {
/**
* Retrieve a value from the given options and valueKey
* @param {String|Number|Array} value - the selected value(s)
* @param {Object} props - the Select component's props (or nextProps)
* @param {Object} props - the Select component's props (or nextProps)
*/
const expandValue = (value, props) => {
const valueType = typeof value;
Expand Down Expand Up @@ -559,7 +559,7 @@ class Select extends React.Component {

/**
* Turns a value into an array from the given options
* @param {String|Number|Array} value - the value of the select input
* @param {String|Number|Array} value - the value of the select input
* @param {Object} nextProps - optionally specify the nextProps so the returned array uses the latest configuration
* @returns {Array} the value of the select represented in an array
*/
Expand Down

0 comments on commit 9e003b7

Please sign in to comment.