diff --git a/src/components/Select.tsx b/src/components/Select.tsx index 8a3fe0c86..785da3ddc 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -197,6 +197,7 @@ interface SelectState { inputValue: string; highlightedIndex: number; selection: Array