Skip to content

Commit

Permalink
fix(Cascader): fix status required
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBing0066 committed Dec 3, 2021
1 parent 8c17274 commit e097795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cascader/Cascader.tsx
Expand Up @@ -59,7 +59,7 @@ export interface DefinedCascaderProps {
/** 是否可清空 */
clearable?: boolean;
/** 状态 */
status: InputProps['status'];
status?: InputProps['status'];
/** @ignore */
placeholder?: string;
/** 自定义 popover 的配置 */
Expand Down

0 comments on commit e097795

Please sign in to comment.