diff --git a/components/select/index.tsx b/components/select/index.tsx index a997322f1..f4ee557f9 100644 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -36,10 +36,10 @@ export const selectProps = () => ({ 'backfill', ]), value: { - type: [Array, Object, String, Number] as PropType, + type: [Array, Object, String, Number, Boolean] as PropType, }, defaultValue: { - type: [Array, Object, String, Number] as PropType, + type: [Array, Object, String, Number, Boolean] as PropType, }, notFoundContent: PropTypes.any, suffixIcon: PropTypes.any,