Skip to content

Commit

Permalink
Update doc for asyncOptions (after replaced with Select.Async)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Lukáč committed Nov 7, 2015
1 parent 15017fb commit 6cb6bd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,9 @@ var getOptions = function(input, callback) {
}, 500);
};

<Select
name="form-field-name"
value="one"
asyncOptions={getOptions}
<Select.Async
name="form-field-name"
loadOptions={getOptions}
/>
```

Expand Down

0 comments on commit 6cb6bd2

Please sign in to comment.