Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo "effeciently" => "efficiently"
  • Loading branch information
lordofthecactus authored Jul 5, 2017
1 parent 9acb454 commit 65daf20
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 65daf20

Please sign in to comment.