Skip to content

Commit

Permalink
Fixed console error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sakharov committed Dec 22, 2017
1 parent d2a3afd commit 2823b81
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 2823b81

Please sign in to comment.