Skip to content

Commit

Permalink
Correction in README
Browse files Browse the repository at this point in the history
minor inconsistency
  • Loading branch information
Gregoor committed Mar 22, 2015
1 parent cfb6412 commit 2a645de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 2a645de

Please sign in to comment.