Browse Source

support auto focus

pull/13111/head
zombiej 6 years ago
parent
commit
087b00e09b
  1. 1
      components/tree-select/interface.tsx

1
components/tree-select/interface.tsx

@ -30,6 +30,7 @@ export interface TreeDataSimpleMode {
}
export interface TreeSelectProps extends AbstractSelectProps {
autoFocus?: boolean;
defaultValue?: string | number | Array<any>;
dropdownStyle?: React.CSSProperties;
filterTreeNode?: (inputValue: string, treeNode: any) => boolean | boolean;

Loading…
Cancel
Save