From a69b92af0b2b53e4503808bb1ad4e4766b1c1230 Mon Sep 17 00:00:00 2001 From: Matthew Breeden Date: Fri, 21 Aug 2015 16:51:37 -0700 Subject: [PATCH] Update README.md with information on allowCreate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7ba649f44..776e2f88f6 100644 --- a/README.md +++ b/README.md @@ -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