Skip to content

Commit 053b018

Browse files
committed
fix lookup ref property
1 parent c0a37ba commit 053b018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Lookup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ export type LookupProps<
601601

602602
elementRef?: Ref<HTMLDivElement>;
603603
candidateListRef?: Ref<HTMLDivElement>;
604-
selectionRef: Ref<HTMLDivElement>;
604+
selectionRef?: Ref<HTMLDivElement>;
605605

606606
onSearchTextChange?: (searchText: string) => void;
607607
onScopeMenuClick?: (e: SyntheticEvent<HTMLButtonElement>) => void;

0 commit comments

Comments
 (0)