Skip to content

Commit

Permalink
Merge pull request JedWatson#1373 from JedWatson/react-virtualized-se…
Browse files Browse the repository at this point in the history
…lect-issue-33

Fix small bug in Creatable
  • Loading branch information
bvaughn committed Nov 18, 2016
2 parents ad337ee + ab82015 commit da2f222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Creatable.js
Expand Up @@ -161,7 +161,8 @@ const Creatable = React.createClass({

return menuRenderer({
...params,
onSelect: this.onOptionSelect
onSelect: this.onOptionSelect,
selectValue: this.onOptionSelect
});
},

Expand Down

0 comments on commit da2f222

Please sign in to comment.