We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a37ba commit 053b018Copy full SHA for 053b018
src/scripts/Lookup.tsx
@@ -601,7 +601,7 @@ export type LookupProps<
601
602
elementRef?: Ref<HTMLDivElement>;
603
candidateListRef?: Ref<HTMLDivElement>;
604
- selectionRef: Ref<HTMLDivElement>;
+ selectionRef?: Ref<HTMLDivElement>;
605
606
onSearchTextChange?: (searchText: string) => void;
607
onScopeMenuClick?: (e: SyntheticEvent<HTMLButtonElement>) => void;
0 commit comments