Skip to content

Commit

Permalink
Merge pull request #398 from mattbreeden/patch-1
Browse files Browse the repository at this point in the history
Update README.md with information on allowCreate
  • Loading branch information
JedWatson committed Aug 23, 2015
2 parents ffce38f + a69b92a commit 8ab5404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ For multi-select inputs, when providing a custom `filterOptions` method, remembe
ignoreCase | bool | whether to perform case-insensitive filtering
inputProps | object | custom attributes for the Input (in the Select-control) e.g: {'data-foo': 'bar'}
backspaceRemoves | bool | whether pressing backspace removes the last item when there is no input value
allowCreate | bool | whether to allow values not in options
addLabelText | string | text to display when allowCreate is true


# Contributing
Expand Down

0 comments on commit 8ab5404

Please sign in to comment.