diff --git a/src/components/FormItem/Select/index.jsx b/src/components/FormItem/Select/index.jsx
index 58804478..df619f3c 100644
--- a/src/components/FormItem/Select/index.jsx
+++ b/src/components/FormItem/Select/index.jsx
@@ -61,11 +61,17 @@ export default class index extends Component {
isWrappedValue,
checkOptions,
checkBoxInfo,
+ allowClear = true,
...rest
} = this.props;
if (isUndefined(value) || isNull(value)) {
return (
-
+
);
}
if (checkOptions) {
@@ -81,6 +87,7 @@ export default class index extends Component {