diff --git a/components/tree-select/interface.tsx b/components/tree-select/interface.tsx index 3f1dad9aca..15129a97af 100644 --- a/components/tree-select/interface.tsx +++ b/components/tree-select/interface.tsx @@ -33,6 +33,7 @@ export interface TreeSelectProps extends AbstractSelectProps { value?: string | Array; defaultValue?: string | Array; multiple?: boolean; + maxTagCount?: number; onSelect?: (value: any) => void; onChange?: (value: any, label: any) => void; onSearch?: (value: any) => void;