We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fd82a commit 67b0915Copy full SHA for 67b0915
components/tree-select/interface.jsx
@@ -20,7 +20,7 @@ export const TreeSelectProps = () => ({
20
maxTagCount: PropTypes.number,
21
maxTagPlaceholder: PropTypes.any,
22
value: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.array, PropTypes.number]),
23
- defaultValue: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.array]),
+ defaultValue: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.array, PropTypes.number]),
24
multiple: PropTypes.bool,
25
notFoundContent: PropTypes.any,
26
// onSelect: (value: any) => void,
0 commit comments