diff --git a/components/vc-tree-select/src/Select.jsx b/components/vc-tree-select/src/Select.jsx index 8e1580c56..02ec2861c 100644 --- a/components/vc-tree-select/src/Select.jsx +++ b/components/vc-tree-select/src/Select.jsx @@ -437,7 +437,7 @@ const Select = { if (isMultiple(props)) { placeholder = getComponentFromProp(this, 'placeholder') || getComponentFromProp(this, 'searchPlaceholder') } else { - placeholder = getComponentFromProp(this, 'placeholder') + placeholder = getComponentFromProp(this, 'searchPlaceholder') } if (placeholder) { return (