Skip to content

Commit

Permalink
Merge pull request #1857 from ieldanr/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
agirton committed Jul 6, 2017
2 parents 864794c + 65daf20 commit 6c0ee59
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 @@ -277,7 +277,7 @@ The default `filterOptions` method scans the options array for matches each time
This works well but can get slow as the options array grows to several hundred objects.
For larger options lists a custom filter function like [`react-select-fast-filter-options`](https://github.com/bvaughn/react-select-fast-filter-options) will produce better results.

### Effeciently rendering large lists with windowing
### Efficiently rendering large lists with windowing

The `menuRenderer` property can be used to override the default drop-down list of options.
This should be done when the list is large (hundreds or thousands of items) for faster rendering.
Expand Down

0 comments on commit 6c0ee59

Please sign in to comment.