Skip to content

Commit

Permalink
Merge pull request #100 from Gregoor/patch-1
Browse files Browse the repository at this point in the history
Correction in README
  • Loading branch information
JedWatson committed Mar 23, 2015
2 parents cfb6412 + 2a645de commit 384878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ When your async process finishes getting the options, pass them to `callback(err

The select control will intelligently cache options for input strings that have already been fetched. Async options will still be filtered like the normal options array, so if your async process would only return a smaller set of results for a more specific query, also pass `complete: true` in the callback object.

Unless you specify the property `autoload="false"` the control will automatically load the default set of options (i.e. for `input: ''`) when it is mounted.
Unless you specify the property `autoload={false}` the control will automatically load the default set of options (i.e. for `input: ''`) when it is mounted.

```
var Select = require('react-select');
Expand Down

0 comments on commit 384878f

Please sign in to comment.