Skip to content

Commit

Permalink
Refactor #2075 - For Autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 1, 2021
1 parent 033f825 commit 473503e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/autocomplete/AutoComplete.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import TooltipOptions from '../tooltip/TooltipOptions';
import { VirtualScrollerProps } from '../virtualscroller/VirtualScroller';

type AutoCompleteOptionGroupTemplateType = React.ReactNode | ((suggestion: any, index: number) => React.ReactNode);

Expand Down Expand Up @@ -52,6 +53,7 @@ export interface AutoCompleteProps {
optionGroupChildren?: string;
optionGroupTemplate?: AutoCompleteOptionGroupTemplateType;
forceSelection?: boolean;
virtualScrollerOptions?: VirtualScrollerProps;
autoHighlight?: boolean;
scrollHeight?: string;
dropdown?: boolean;
Expand Down

0 comments on commit 473503e

Please sign in to comment.