Skip to content

Commit

Permalink
Merge pull request #599 from MrLeebo/patch-1
Browse files Browse the repository at this point in the history
Fix keyboard nav for non-searchable multi controls
  • Loading branch information
JedWatson committed Nov 18, 2015
2 parents 8deadc8 + e3a89d1 commit 1c117db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ const Select = React.createClass({
renderInput (valueArray) {
var className = classNames('Select-input', this.props.inputProps.className);
if (this.props.disabled || !this.props.searchable) {
if (this.props.multi && valueArray.length) return;
return (
<input
{...this.props.inputProps}
Expand Down

0 comments on commit 1c117db

Please sign in to comment.