Skip to content

Commit

Permalink
Minor spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sakharov committed Dec 19, 2017
1 parent 55b3a5b commit 1cc9bf5
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 @@ -55,7 +55,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 {String|Number|Array} value - the selected value(s)
* @param {Object} props - the Select component's props (or nextProps)
*/
const expandValue = (value, props) => {
Expand Down Expand Up @@ -560,7 +560,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 1cc9bf5

Please sign in to comment.