From 152acaaf3b1cca7a97e31d05434529313d1728b9 Mon Sep 17 00:00:00 2001 From: Jordan Davidson Date: Mon, 17 Jan 2022 12:45:17 -0700 Subject: [PATCH] Fix: Use option highlightComponent instead of default --- src/QuickSearchInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QuickSearchInput.tsx b/src/QuickSearchInput.tsx index c44d5b2..a66ab1e 100644 --- a/src/QuickSearchInput.tsx +++ b/src/QuickSearchInput.tsx @@ -273,7 +273,7 @@ export const QuickSearch: FC = (props) => { { !usingLimitedView ? null : ( - Viewing {begin}-{end} of {matchingItems.length} matching items ({items.length} items overall) + Viewing {begin}-{end} of {matchingItems.length} matching items ({items.length} items overall) ) }