support auto focus

pull/13111/head
zombiej 6 years ago
parent 7d5efc46c5
commit 087b00e09b

@ -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