We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd609c commit a07f50cCopy full SHA for a07f50c
components/vc-tree-select/src/Select.jsx
@@ -437,7 +437,7 @@ const Select = {
437
if (isMultiple(props)) {
438
placeholder = getComponentFromProp(this, 'placeholder') || getComponentFromProp(this, 'searchPlaceholder')
439
} else {
440
- placeholder = getComponentFromProp(this, 'placeholder')
+ placeholder = getComponentFromProp(this, 'searchPlaceholder')
441
}
442
if (placeholder) {
443
return (
0 commit comments