Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroeca committed Aug 31, 2017
1 parent eabec90 commit a20543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class Select extends React.Component {
this.setState({
inputValue: this.handleInputValueChange(updatedValue),
focusedIndex: null
} , () => {
}, () => {
this.addValue(value);
});
} else {
Expand Down

0 comments on commit a20543f

Please sign in to comment.