You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ The default `filterOptions` method scans the options array for matches each time
277
277
This works well but can get slow as the options array grows to several hundred objects.
278
278
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.
279
279
280
-
### Effeciently rendering large lists with windowing
280
+
### Efficiently rendering large lists with windowing
281
281
282
282
The `menuRenderer` property can be used to override the default drop-down list of options.
283
283
This should be done when the list is large (hundreds or thousands of items) for faster rendering.
0 commit comments