Skip to content

Commit 6c0ee59

Browse files
authored
Merge pull request JedWatson#1857 from ieldanr/patch-1
Update README.md
2 parents 864794c + 65daf20 commit 6c0ee59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The default `filterOptions` method scans the options array for matches each time
277277
This works well but can get slow as the options array grows to several hundred objects.
278278
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.
279279

280-
### Effeciently rendering large lists with windowing
280+
### Efficiently rendering large lists with windowing
281281

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

0 commit comments

Comments
 (0)