Skip to content

Commit

Permalink
chore: Cascader ts definition update (#24393)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu1818 committed May 22, 2020
1 parent 76466da commit 58ccb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/cascader/index.tsx
Expand Up @@ -91,6 +91,8 @@ export interface CascaderProps {
disabled?: boolean;
/** 是否支持清除 */
allowClear?: boolean;
/** 自动获取焦点 */
autoFocus?: boolean;
showSearch?: boolean | ShowSearchType;
notFoundContent?: React.ReactNode;
loadData?: (selectedOptions?: CascaderOptionType[]) => void;
Expand Down

0 comments on commit 58ccb40

Please sign in to comment.