Skip to content

Commit

Permalink
Merge pull request JedWatson#2244 from yuri-sakharov/fix/console-erro…
Browse files Browse the repository at this point in the history
…r-in-example

Fixed console error in GitHub users example
  • Loading branch information
JedWatson authored Jan 4, 2018
2 parents bb69f47 + 2823b81 commit f2aefff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/src/components/GithubUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const GithubUsers = createClass({
getInitialState () {
return {
backspaceRemoves: true,
multi: true
multi: true,
creatable: false,
};
},
onChange (value) {
Expand Down

0 comments on commit f2aefff

Please sign in to comment.